Uses of Class
org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreter
Packages that use PhotometricInterpreter
Package
Description
Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.
TIFF data readers.
Classes for TIFF photometric interpretation (specifies the intended interpretation of the image pixel data).
Provides supplemental photometric interpreters for TIFF products based on floating-point data.
-
Uses of PhotometricInterpreter in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return PhotometricInterpreterMethods in org.apache.commons.imaging.formats.tiff with parameters of type PhotometricInterpreterModifier and TypeMethodDescriptionabstract ImageDataReader
AbstractTiffImageData.getDataReader
(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder) AbstractTiffImageData.Strips.getDataReader
(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteorder) AbstractTiffImageData.Tiles.getDataReader
(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder) TiffImagingParameters.setCustomPhotometricInterpreter
(PhotometricInterpreter customPhotometricInterpreter) -
Uses of PhotometricInterpreter in org.apache.commons.imaging.formats.tiff.datareaders
Fields in org.apache.commons.imaging.formats.tiff.datareaders declared as PhotometricInterpreterModifier and TypeFieldDescriptionprotected final PhotometricInterpreter
ImageDataReader.photometricInterpreter
Constructors in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type PhotometricInterpreterModifierConstructorDescriptionDataReaderStrips
(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder, int rowsPerStrip, AbstractTiffImageData.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, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder, AbstractTiffImageData.Tiles imageData) ImageDataReader
(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, TiffPlanarConfiguration planarConfiguration) -
Uses of PhotometricInterpreter in org.apache.commons.imaging.formats.tiff.photometricinterpreters
Subclasses of PhotometricInterpreter in org.apache.commons.imaging.formats.tiff.photometricinterpretersModifier and TypeClassDescriptionclass
class
class
class
Photometric interpretation Logluv support.class
class
class
-
Uses of PhotometricInterpreter in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint
Subclasses of PhotometricInterpreter in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpointModifier and TypeClassDescriptionclass
Implements a custom photometric interpreter that can be supplied by applications in order to render Java images from real-valued TIFF data products.