Class TiffImageData
java.lang.Object
org.apache.commons.imaging.formats.tiff.TiffImageData
- Direct Known Subclasses:
TiffImageData.Strips
,TiffImageData.Tiles
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
extractSampleFormat
(TiffDirectory directory) abstract ImageDataReader
getDataReader
(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteOrder) abstract TiffElement.DataElement[]
abstract boolean
-
Constructor Details
-
TiffImageData
public TiffImageData()
-
-
Method Details
-
getImageData
-
stripsNotTiles
public abstract boolean stripsNotTiles() -
getDataReader
public abstract ImageDataReader getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteOrder) throws IOException, ImageReadException - Throws:
IOException
ImageReadException
-
extractSampleFormat
- Throws:
ImageReadException
-