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