Uses of Class
org.apache.commons.imaging.formats.png.PngColorType
-
Packages that use PngColorType Package Description org.apache.commons.imaging.formats.png The PNG image format.org.apache.commons.imaging.formats.png.chunks PNG image format chunks. -
-
Uses of PngColorType in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as PngColorType Modifier and Type Field Description PngColorType
PngWriter.ImageHeader. pngColorType
(package private) PngColorType
ScanExpediter. pngColorType
Methods in org.apache.commons.imaging.formats.png that return PngColorType Modifier and Type Method Description (package private) static PngColorType
PngColorType. getColorType(boolean alpha, boolean grayscale)
static PngColorType
PngColorType. getColorType(int value)
static PngColorType
PngColorType. valueOf(java.lang.String name)
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 PngColorType Modifier and Type Method Description private byte
PngWriter. getBitDepth(PngColorType pngColorType, java.util.Map<java.lang.String,java.lang.Object> params)
private TransparencyFilter
PngImageParser. getTransparencyFilter(PngColorType pngColorType, PngChunk pngChunktRNS)
Constructors in org.apache.commons.imaging.formats.png with parameters of type PngColorType Constructor Description ImageHeader(int width, int height, byte bitDepth, PngColorType pngColorType, byte compressionMethod, byte filterMethod, InterlaceMethod interlaceMethod)
ScanExpediter(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
ScanExpediterInterlaced(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte fPNGChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
ScanExpediterSimple(int width, int height, java.io.InputStream is, java.awt.image.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 Modifier and Type Field Description PngColorType
PngChunkIhdr. pngColorType
-