Uses of Class
org.apache.commons.imaging.formats.tiff.datareaders.ImageDataReader
-
Packages that use ImageDataReader 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. -
-
Uses of ImageDataReader in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return ImageDataReader Modifier and Type Method Description abstract ImageDataReader
TiffImageData. getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder)
ImageDataReader
TiffImageData.Strips. getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteorder)
ImageDataReader
TiffImageData.Tiles. getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder)
-
Uses of ImageDataReader in org.apache.commons.imaging.formats.tiff.datareaders
Subclasses of ImageDataReader in org.apache.commons.imaging.formats.tiff.datareaders Modifier and Type Class 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.
-