Uses of Class
org.apache.commons.imaging.formats.png.GammaCorrection
Packages that use GammaCorrection
Package
Description
The PNG image format.
PNG image format chunks.
-
Uses of GammaCorrection in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as GammaCorrectionModifier and TypeFieldDescription(package private) final GammaCorrection
ScanExpediter.gammaCorrection
Constructors in org.apache.commons.imaging.formats.png with parameters of type GammaCorrectionModifierConstructorDescription(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 GammaCorrection in org.apache.commons.imaging.formats.png.chunks
Methods in org.apache.commons.imaging.formats.png.chunks with parameters of type GammaCorrection