Uses of Class
org.apache.commons.imaging.formats.png.GammaCorrection
-
Packages that use GammaCorrection 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 GammaCorrection in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as GammaCorrection Modifier and Type Field Description (package private) GammaCorrection
ScanExpediter. gammaCorrection
Constructors in org.apache.commons.imaging.formats.png with parameters of type GammaCorrection Constructor Description 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 GammaCorrection in org.apache.commons.imaging.formats.png.chunks
Methods in org.apache.commons.imaging.formats.png.chunks with parameters of type GammaCorrection Modifier and Type Method Description void
PngChunkPlte. correct(GammaCorrection gammaCorrection)
-