Class VP8LDecoder
java.lang.Object
com.twelvemonkeys.imageio.plugins.webp.lossless.VP8LDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyIntoRasterWithParams(Raster srcRaster, WritableRaster dstRaster, ImageReadParam param) Copy a source raster into a destination raster with optional settings applied.voidreadVP8Lossless(WritableRaster raster, boolean topLevel, ImageReadParam param, int width, int height)
-
Constructor Details
-
VP8LDecoder
-
-
Method Details
-
readVP8Lossless
public void readVP8Lossless(WritableRaster raster, boolean topLevel, ImageReadParam param, int width, int height) throws IOException - Throws:
IOException
-
copyIntoRasterWithParams
public static void copyIntoRasterWithParams(Raster srcRaster, WritableRaster dstRaster, ImageReadParam param) Copy a source raster into a destination raster with optional settings applied.
-