Uses of Class
org.apache.commons.imaging.formats.tiff.datareaders.ImageDataReader
Packages that use ImageDataReader
Package
Description
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
TIFF data readers.
-
Uses of ImageDataReader in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return ImageDataReaderModifier and TypeMethodDescriptionabstract ImageDataReader
TiffImageData.getDataReader
(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteOrder) TiffImageData.Strips.getDataReader
(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteorder) TiffImageData.Tiles.getDataReader
(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteOrder) -
Uses of ImageDataReader in org.apache.commons.imaging.formats.tiff.datareaders
Subclasses of ImageDataReader in org.apache.commons.imaging.formats.tiff.datareadersModifier and TypeClassDescriptionfinal class
Provides a data reader for TIFF file images organized by tiles.final class
Provides a data reader for TIFF file images organized by tiles.