public abstract class TiffImageData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TiffImageData.ByteSourceData |
static class |
TiffImageData.Data |
static class |
TiffImageData.Strips |
static class |
TiffImageData.Tiles |
Constructor and Description |
---|
TiffImageData() |
Modifier and Type | Method and Description |
---|---|
abstract DataReader |
getDataReader(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
java.nio.ByteOrder byteOrder) |
abstract TiffElement.DataElement[] |
getImageData() |
abstract boolean |
stripsNotTiles() |
public abstract TiffElement.DataElement[] getImageData()
public abstract boolean stripsNotTiles()
public abstract DataReader getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, java.nio.ByteOrder byteOrder) throws java.io.IOException, ImageReadException
java.io.IOException
ImageReadException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"