public final class DataReaderStrips extends ImageDataReader
bitsPerSampleLength, directory, height, photometricInterpreter, predictor, samplesPerPixel, width
Constructor and Description |
---|
DataReaderStrips(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
ByteOrder byteOrder,
int rowsPerStrip,
TiffImageData.Strips imageData) |
Modifier and Type | Method and Description |
---|---|
void |
readImageData(ImageBuilder imageBuilder) |
BufferedImage |
readImageData(Rectangle subImage) |
applyPredictor, decompress, isHomogenous, resetPredictor
public DataReaderStrips(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteOrder, int rowsPerStrip, TiffImageData.Strips imageData)
public void readImageData(ImageBuilder imageBuilder) throws ImageReadException, IOException
readImageData
in class ImageDataReader
ImageReadException
IOException
public BufferedImage readImageData(Rectangle subImage) throws ImageReadException, IOException
readImageData
in class ImageDataReader
ImageReadException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.