Uses of Class
org.apache.commons.imaging.palette.PaletteFactory
-
Packages that use PaletteFactory Package Description org.apache.commons.imaging.formats.png The PNG (Portable Network Graphics) image format. -
-
Uses of PaletteFactory in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png with parameters of type PaletteFactory Modifier and Type Method Description voidPngWriter. writeImage(java.awt.image.BufferedImage src, java.io.OutputStream os, PngImagingParameters params, PaletteFactory paletteFactory)Writes an image to an output stream.
-