public final class VP8Frame
extends java.lang.Object
| Constructor and Description |
|---|
VP8Frame(javax.imageio.stream.ImageInputStream stream,
boolean debug) |
public VP8Frame(javax.imageio.stream.ImageInputStream stream,
boolean debug)
throws java.io.IOException
java.io.IOExceptionpublic void setProgressListener(javax.imageio.event.IIOReadProgressListener listener)
public boolean decode(java.awt.image.WritableRaster raster,
javax.imageio.ImageReadParam param)
throws java.io.IOException
java.io.IOExceptionpublic com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock getAboveRightSubBlock(com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock sb, SubBlock.Plane plane)
public com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock getAboveSubBlock(com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock sb, SubBlock.Plane plane)
public java.awt.image.BufferedImage getDebugImageDiff()
public java.awt.image.BufferedImage getDebugImagePredict()
public java.awt.image.BufferedImage getDebugImageUBuffer()
public java.awt.image.BufferedImage getDebugImageUDiffBuffer()
public java.awt.image.BufferedImage getDebugImageUPredBuffer()
public java.awt.image.BufferedImage getDebugImageVBuffer()
public java.awt.image.BufferedImage getDebugImageVDiffBuffer()
public java.awt.image.BufferedImage getDebugImageVPredBuffer()
public java.awt.image.BufferedImage getDebugImageYBuffer()
public java.awt.image.BufferedImage getDebugImageYDiffBuffer()
public java.awt.image.BufferedImage getDebugImageYPredBuffer()
public int getFrameType()
public int getWidth()
public int getHeight()
public com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock getLeftSubBlock(com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock sb, SubBlock.Plane plane)
public com.twelvemonkeys.imageio.plugins.webp.vp8.MacroBlock getMacroBlock(int mbCol, int mbRow)
public int getMacroBlockCols()
public java.lang.String getMacroBlockDebugString(int mbx,
int mby,
int sbx,
int sby)
public int getMacroBlockRows()
public int getQIndex()
public com.twelvemonkeys.imageio.plugins.webp.vp8.SegmentQuants getSegmentQuants()
public int getSharpnessLevel()
public com.twelvemonkeys.imageio.plugins.webp.vp8.BoolDecoder getTokenBoolDecoder() throws java.io.IOException
java.io.IOExceptionCopyright © 2021. All Rights Reserved.