public final class VP8LDecoder extends Object
| Constructor and Description |
|---|
VP8LDecoder(ImageInputStream imageInput,
boolean debug) |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyIntoRasterWithParams(Raster srcRaster,
WritableRaster dstRaster,
ImageReadParam param)
Copy a source raster into a destination raster with optional settings applied.
|
void |
readVP8Lossless(WritableRaster raster,
boolean topLevel,
ImageReadParam param,
int width,
int height) |
public VP8LDecoder(ImageInputStream imageInput, boolean debug)
public void readVP8Lossless(WritableRaster raster, boolean topLevel, ImageReadParam param, int width, int height) throws IOException
IOExceptionpublic static void copyIntoRasterWithParams(Raster srcRaster, WritableRaster dstRaster, ImageReadParam param)
Copyright © 2023. All rights reserved.