Uses of Class
com.twelvemonkeys.imageio.plugins.webp.lossless.HuffmanInfo
-
Packages that use HuffmanInfo Package Description com.twelvemonkeys.imageio.plugins.webp.lossless -
-
Uses of HuffmanInfo in com.twelvemonkeys.imageio.plugins.webp.lossless
Methods in com.twelvemonkeys.imageio.plugins.webp.lossless that return HuffmanInfo Modifier and Type Method Description private HuffmanInfo
VP8LDecoder. readHuffmanCodes(int xSize, int ySize, int colorCacheBits, boolean readMetaCodes)
Methods in com.twelvemonkeys.imageio.plugins.webp.lossless with parameters of type HuffmanInfo Modifier and Type Method Description private void
VP8LDecoder. decodeImage(java.awt.image.WritableRaster raster, HuffmanInfo huffmanInfo, ColorCache colorCache)
-