Uses of Class
org.apache.commons.imaging.formats.png.GammaCorrection
Packages that use GammaCorrection
Package
Description
The PNG (Portable Network Graphics) 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 GammaCorrectionAbstractScanExpediter.gammaCorrectionConstructors in org.apache.commons.imaging.formats.png with parameters of type GammaCorrectionModifierConstructorDescription(package private)AbstractScanExpediter(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter) (package private)ScanExpediterInterlaced(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter) (package private)ScanExpediterSimple(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter) -
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