Package | Description |
---|---|
org.apache.commons.imaging.formats.tiff |
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
|
org.apache.commons.imaging.formats.tiff.datareaders |
TIFF data readers.
|
Modifier and Type | Field and Description |
---|---|
List<TiffDirectory> |
TiffContents.directories |
Modifier and Type | Method and Description |
---|---|
TiffDirectory |
TiffImageMetadata.findDirectory(int directoryType) |
Modifier and Type | Method and Description |
---|---|
boolean |
TiffReader.Listener.addDirectory(TiffDirectory directory) |
protected BufferedImage |
TiffImageParser.getBufferedImage(TiffDirectory directory,
ByteOrder byteOrder,
Map<String,Object> params) |
abstract ImageDataReader |
TiffImageData.getDataReader(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
ByteOrder byteOrder) |
ImageDataReader |
TiffImageData.Tiles.getDataReader(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
ByteOrder byteOrder) |
ImageDataReader |
TiffImageData.Strips.getDataReader(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
ByteOrder byteorder) |
Constructor and Description |
---|
Directory(ByteOrder byteOrder,
TiffDirectory directory) |
Constructor and Description |
---|
TiffContents(TiffHeader tiffHeader,
List<TiffDirectory> directories,
List<TiffField> tiffFields) |
Modifier and Type | Field and Description |
---|---|
protected TiffDirectory |
ImageDataReader.directory |
Constructor and Description |
---|
DataReaderStrips(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int sampleFormat,
int width,
int height,
int compression,
ByteOrder byteOrder,
int rowsPerStrip,
TiffImageData.Strips imageData) |
DataReaderTiled(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int tileWidth,
int tileLength,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int sampleFormat,
int width,
int height,
int compression,
ByteOrder byteOrder,
TiffImageData.Tiles imageData) |
ImageDataReader(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int sampleFormat,
int width,
int height) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.