Interface WebP
-
interface WebPWebP
-
-
Field Summary
Fields Modifier and Type Field Description static intCHUNK_ALPHstatic intCHUNK_ANIMstatic intCHUNK_ANMFstatic intCHUNK_EXIFstatic intCHUNK_ICCPstatic intCHUNK_VP8_static intCHUNK_VP8Lstatic intCHUNK_VP8Xstatic intCHUNK_XMP_static byteLOSSLESSS_SIGstatic intRIFF_MAGICstatic intWEBP_MAGIC
-
-
-
Field Detail
-
RIFF_MAGIC
static final int RIFF_MAGIC
- See Also:
- Constant Field Values
-
WEBP_MAGIC
static final int WEBP_MAGIC
- See Also:
- Constant Field Values
-
CHUNK_VP8_
static final int CHUNK_VP8_
- See Also:
- Constant Field Values
-
CHUNK_VP8L
static final int CHUNK_VP8L
- See Also:
- Constant Field Values
-
CHUNK_VP8X
static final int CHUNK_VP8X
- See Also:
- Constant Field Values
-
CHUNK_ALPH
static final int CHUNK_ALPH
- See Also:
- Constant Field Values
-
CHUNK_ANIM
static final int CHUNK_ANIM
- See Also:
- Constant Field Values
-
CHUNK_ANMF
static final int CHUNK_ANMF
- See Also:
- Constant Field Values
-
CHUNK_ICCP
static final int CHUNK_ICCP
- See Also:
- Constant Field Values
-
CHUNK_EXIF
static final int CHUNK_EXIF
- See Also:
- Constant Field Values
-
CHUNK_XMP_
static final int CHUNK_XMP_
- See Also:
- Constant Field Values
-
LOSSLESSS_SIG
static final byte LOSSLESSS_SIG
- See Also:
- Constant Field Values
-
-