Uses of Class
org.apache.commons.imaging.palette.PaletteFactory
Packages that use PaletteFactory
Package
Description
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 PaletteFactoryModifier and TypeMethodDescriptionvoid
PngWriter.writeImage
(BufferedImage src, OutputStream os, PngImagingParameters params, PaletteFactory paletteFactory) Writes an image to an output stream.