public final class VP8Frame extends Object
| Constructor and Description |
|---|
VP8Frame(ImageInputStream stream,
boolean debug) |
public VP8Frame(ImageInputStream stream, boolean debug) throws IOException
IOExceptionpublic void setProgressListener(IIOReadProgressListener listener)
public boolean decode(WritableRaster raster, ImageReadParam param) throws IOException
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 BufferedImage getDebugImageDiff()
public BufferedImage getDebugImagePredict()
public BufferedImage getDebugImageUBuffer()
public BufferedImage getDebugImageUDiffBuffer()
public BufferedImage getDebugImageUPredBuffer()
public BufferedImage getDebugImageVBuffer()
public BufferedImage getDebugImageVDiffBuffer()
public BufferedImage getDebugImageVPredBuffer()
public BufferedImage getDebugImageYBuffer()
public BufferedImage getDebugImageYDiffBuffer()
public 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 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 IOException
IOExceptionCopyright © 2023. All rights reserved.