public abstract class TiffImageData extends 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 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[] |
getImageData() |
abstract boolean |
stripsNotTiles() |
public abstract TiffElement.DataElement[] getImageData()
public abstract boolean stripsNotTiles()
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
IOException
ImageReadException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.