Interface WebP
-
interface WebP
WebP
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHUNK_ALPH
static int
CHUNK_ANIM
static int
CHUNK_ANMF
static int
CHUNK_EXIF
static int
CHUNK_ICCP
static int
CHUNK_VP8_
static int
CHUNK_VP8L
static int
CHUNK_VP8X
static int
CHUNK_XMP_
static byte
LOSSLESSS_SIG
static int
RIFF_MAGIC
static int
WEBP_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
-
-