Maven module :un.storage : image-webp :
Class : un.storage.imagery.webp.model.VP8XChunk
Extends/Implements : un.storage.binding.riff.model.DefaultChunk
Subclasses : -

Contains meta informations on image.
author  Johann Sorel


Variables : reserved1, hasIcc, hasAlpha, hasExif, hasXmp, hasAnimA, hasAnmf, reserved2, canvasWidth, canvasHeight
Functions : VP8XChunk, readInternal



2bits : reserverd */
public int reserved1


1bit : has ICCProfile chunk */
public boolean hasIcc


1bit : has Alpha */
public boolean hasAlpha


1bit : has exif chunk */
public boolean hasExif


1bit : has xmp chunk */
public boolean hasXmp


1bit : has Anim chunks */
public boolean hasAnimA


1bit : has anmf chunks */
public boolean hasAnmf


24bits : reserverd */
public int reserved2


24bits : canvas width - 1 */
public int canvasWidth


24bits : canvas height - 1 */
public int canvasHeight


public void VP8XChunk ()

protected void readInternal (DataInputStream ds)