Uses of Class
org.apache.commons.imaging.formats.tiff.photometricinterpreters.AbstractPhotometricInterpreter
Packages that use AbstractPhotometricInterpreter
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 AbstractPhotometricInterpreter in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return AbstractPhotometricInterpreterMethods in org.apache.commons.imaging.formats.tiff with parameters of type AbstractPhotometricInterpreterModifier and TypeMethodDescriptionabstract AbstractImageDataReader
AbstractTiffImageData.getDataReader
(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder) AbstractTiffImageData.Strips.getDataReader
(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteorder) AbstractTiffImageData.Tiles.getDataReader
(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder) TiffImagingParameters.setCustomPhotometricInterpreter
(AbstractPhotometricInterpreter customPhotometricInterpreter) -
Uses of AbstractPhotometricInterpreter in org.apache.commons.imaging.formats.tiff.datareaders
Fields in org.apache.commons.imaging.formats.tiff.datareaders declared as AbstractPhotometricInterpreterModifier and TypeFieldDescriptionprotected final AbstractPhotometricInterpreter
AbstractImageDataReader.photometricInterpreter
Constructors in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type AbstractPhotometricInterpreterModifierConstructorDescriptionAbstractImageDataReader
(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, TiffPlanarConfiguration planarConfiguration) DataReaderStrips
(TiffDirectory directory, AbstractPhotometricInterpreter 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, AbstractPhotometricInterpreter 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) -
Uses of AbstractPhotometricInterpreter in org.apache.commons.imaging.formats.tiff.photometricinterpreters
Subclasses of AbstractPhotometricInterpreter in org.apache.commons.imaging.formats.tiff.photometricinterpretersModifier and TypeClassDescriptionclass
class
class
class
Photometric interpretation Logluv support.final class
class
class
-
Uses of AbstractPhotometricInterpreter in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint
Subclasses of AbstractPhotometricInterpreter in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpointModifier and TypeClassDescriptionfinal class
Implements a custom photometric interpreter that can be supplied by applications in order to render Java images from real-valued TIFF data products.