Maven module :un.storage : codec-vp8 :
Class : un.storage.media.vp8l.VP8LReader
Extends/Implements : un.api.io.AbstractReader
Subclasses : -

VP8L specification :
https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification
author  Johann Sorel


Variables : imgWidth, imgHeight, hasAlpha, versionNumber, transforms
Functions : read, read, readEntropyCodedImage, divRoundUp


public int imgWidth

public int imgHeight

public boolean hasAlpha

public int versionNumber


up to 4 transforms */
public VP8LTransform[] transforms


public Image read ()

Image read (DataInputStream ds, int width, int height)

public ByteSequence readEntropyCodedImage (DataInputStream ds, int imageWidth, int imageHeight, int nbSample)

public int divRoundUp (int num, int den)