Class ScanExpediterSimple
java.lang.Object
org.apache.commons.imaging.formats.png.ScanExpediter
org.apache.commons.imaging.formats.png.ScanExpediterSimple
-
Field Summary
Fields inherited from class org.apache.commons.imaging.formats.png.ScanExpediter
bi, bitDepth, bitsPerPixel, bytesPerPixel, gammaCorrection, height, is, pngChunkPLTE, pngColorType, transparencyFilter, width
-
Constructor Summary
ConstructorsConstructorDescriptionScanExpediterSimple
(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter) -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.png.ScanExpediter
getBitsToBytesRoundingUp, getNextScanline, getPixelARGB, getPixelRGB, getRGB, getScanlineFilter, unfilterScanline
-
Constructor Details
-
ScanExpediterSimple
ScanExpediterSimple(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
-
-
Method Details
-
drive
- Specified by:
drive
in classScanExpediter
- Throws:
ImageReadException
IOException
-