Uses of Class
com.github.jaiimageio.plugins.tiff.TIFFColorConverter
Packages that use TIFFColorConverter
Package
Description
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
-
Uses of TIFFColorConverter in com.github.jaiimageio.impl.plugins.tiff
Subclasses of TIFFColorConverter in com.github.jaiimageio.impl.plugins.tiffFields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFColorConverterModifier and TypeFieldDescription(package private) TIFFColorConverter
TIFFImageWriter.colorConverter
-
Uses of TIFFColorConverter in com.github.jaiimageio.plugins.tiff
Fields in com.github.jaiimageio.plugins.tiff declared as TIFFColorConverterModifier and TypeFieldDescriptionprotected TIFFColorConverter
TIFFDecompressor.colorConverter
ATIFFColorConverter
object describing the color space of the encoded pixel data, ornull
.(package private) TIFFColorConverter
TIFFImageReadParam.colorConverter
(package private) TIFFColorConverter
TIFFImageWriteParam.colorConverter
Methods in com.github.jaiimageio.plugins.tiff that return TIFFColorConverterModifier and TypeMethodDescriptionTIFFImageReadParam.getColorConverter()
Returns the currently setTIFFColorConverter
object, ornull
if none is set.TIFFImageWriteParam.getColorConverter()
Returns the currentTIFFColorConverter
object that will be used to perform color conversion when writing the image, ornull
if none is set.Methods in com.github.jaiimageio.plugins.tiff with parameters of type TIFFColorConverterModifier and TypeMethodDescriptionvoid
TIFFDecompressor.setColorConverter
(TIFFColorConverter colorConverter) Sets theTIFFColorConverter
object describing the color space of the encoded data in the input stream.void
TIFFImageReadParam.setColorConverter
(TIFFColorConverter colorConverter) Sets theTIFFColorConverter
object for the pixel data being read.void
TIFFImageWriteParam.setColorConverter
(TIFFColorConverter colorConverter, int photometricInterpretation) Sets theTIFFColorConverter
object describing the color space to which the input data should be converted for storage in the input stream.