Class ScanExpediterSimple
java.lang.Object
org.apache.commons.imaging.formats.png.AbstractScanExpediter
org.apache.commons.imaging.formats.png.ScanExpediterSimple
-
Field Summary
Fields inherited from class AbstractScanExpediter
abstractTransparencyFilter, bi, bitDepth, bitsPerPixel, bytesPerPixel, gammaCorrection, height, is, pngChunkPlte, pngColorType, width -
Constructor Summary
ConstructorsConstructorDescriptionScanExpediterSimple(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter) -
Method Summary
Methods inherited from class AbstractScanExpediter
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, AbstractTransparencyFilter abstractTransparencyFilter)
-
-
Method Details
-
drive
- Specified by:
drivein classAbstractScanExpediter- Throws:
ImagingExceptionIOException
-