Uses of Enum
org.apache.commons.imaging.formats.png.PngColorType
Packages that use PngColorType
Package
Description
The PNG image format.
PNG image format chunks.
-
Uses of PngColorType in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as PngColorTypeModifier and TypeFieldDescriptionfinal PngColorType
PngWriter.ImageHeader.pngColorType
(package private) final PngColorType
ScanExpediter.pngColorType
Methods in org.apache.commons.imaging.formats.png that return PngColorTypeModifier and TypeMethodDescription(package private) static PngColorType
PngColorType.getColorType
(boolean alpha, boolean grayscale) static PngColorType
PngColorType.getColorType
(int value) static PngColorType
Returns the enum constant of this type with the specified name.static PngColorType[]
PngColorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.imaging.formats.png with parameters of type PngColorTypeModifier and TypeMethodDescriptionprivate byte
PngWriter.getBitDepth
(PngColorType pngColorType, Map<String, Object> params) private TransparencyFilter
PngImageParser.getTransparencyFilter
(PngColorType pngColorType, PngChunk pngChunktRNS) Constructors in org.apache.commons.imaging.formats.png with parameters of type PngColorTypeModifierConstructorDescription(package private)
ImageHeader
(int width, int height, byte bitDepth, PngColorType pngColorType, byte compressionMethod, byte filterMethod, InterlaceMethod interlaceMethod) (package private)
ScanExpediter
(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter) (package private)
ScanExpediterInterlaced
(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte fPNGChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter) (package private)
ScanExpediterSimple
(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter) -
Uses of PngColorType in org.apache.commons.imaging.formats.png.chunks
Fields in org.apache.commons.imaging.formats.png.chunks declared as PngColorType