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

Alpha chunk.
author  Johann Sorel


Variables : reserved, preprocessing, filter, compression, alphadata
Functions : ALPHChunk, readInternal



2bits : reserved */
public int reserved


2bits : preprocessing , see specification */
public int preprocessing


2bits : filter , see specification */
public int filter


2bits : compression, see specification */
public int compression


chunksize - 1 bytes : alpha datas */
public byte[] alphadata


public void ALPHChunk ()

protected void readInternal (DataInputStream ds)