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 | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
DataReaderStrips
Provides a data reader for TIFF file images organized by tiles.
|
class |
DataReaderTiled
Provides a data reader for TIFF file images organized by tiles.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.