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

Animation frame chunk.
author  Johann Sorel


Variables : frameX, frameY, frameWidth, frameHeight, frameDuration, reserved, blendMode, disposeMode, frame
Functions : ANMFChunk, readInternal



24bits : upper left corner X coordinate of the frame * 2 */
public int frameX


24bits : upper left corner Y coordinate of the frame * 2 */
public int frameY


24bits : frame width - 1 */
public int frameWidth


24bits : frame height - 1 */
public int frameHeight


24bits : frame duration */
public int frameDuration


6bits : reserved */
public int reserved


1bit : blend mode , see spec : https://developers.google.com/speed/webp/docs/riff_container#animation
0 = use alpha blending
1 = do not blend
public boolean blendMode


1bit : dispose mode , see spec : https://developers.google.com/speed/webp/docs/riff_container#animation
0 = do not dispose
1 = reset to background color
public boolean disposeMode

public VP8LChunk frame


public void ANMFChunk ()

protected void readInternal (DataInputStream ds)