Class VP8xChunk
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.webp.RIFFChunk
-
- com.twelvemonkeys.imageio.plugins.webp.VP8xChunk
-
final class VP8xChunk extends RIFFChunk
A special VP8* RIFF chunk, used as the first chunk of a WebP file.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
containsALPH
(package private) boolean
containsANIM
(package private) boolean
containsEXIF
(package private) boolean
containsICCP
(package private) boolean
containsXMP_
(package private) int
height
(package private) boolean
isLossless
(package private) int
width
-
Constructor Summary
Constructors Constructor Description VP8xChunk(int fourCC, long length, long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-