Class WebPChunkXyzw


  • public final class WebPChunkXyzw
    extends AbstractWebPChunk
    XYZW (unknown) chunk.
    Since:
    1.0.0-alpha4
    • Constructor Detail

      • WebPChunkXyzw

        public WebPChunkXyzw​(int type,
                             int size,
                             byte[] bytes)
                      throws ImagingException
        Create a XYZW chunk.
        Parameters:
        type - XYZW chunk type.
        size - XYZW chunk size.
        bytes - XYZW chunk data.
        Throws:
        ImagingException - if the chunk data and the size provided do not match.