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 ImageDataReaderTiffImageData. getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder)ImageDataReaderTiffImageData.Strips. getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteorder)ImageDataReaderTiffImageData.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 classDataReaderStripsProvides a data reader for TIFF file images organized by tiles.classDataReaderTiledProvides a data reader for TIFF file images organized by tiles.
-