Uses of Class
com.github.jaiimageio.plugins.tiff.TIFFColorConverter
-
Packages that use TIFFColorConverter Package Description com.github.jaiimageio.impl.plugins.tiff com.github.jaiimageio.plugins.tiff 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.tiff Modifier and Type Class Description class
TIFFCIELabColorConverter
class
TIFFYCbCrColorConverter
Fields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFColorConverter Modifier and Type Field Description (package private) TIFFColorConverter
TIFFImageWriter. colorConverter
-
Uses of TIFFColorConverter in com.github.jaiimageio.plugins.tiff
Fields in com.github.jaiimageio.plugins.tiff declared as TIFFColorConverter Modifier and Type Field Description protected 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 TIFFColorConverter Modifier and Type Method Description TIFFColorConverter
TIFFImageReadParam. getColorConverter()
Returns the currently setTIFFColorConverter
object, ornull
if none is set.TIFFColorConverter
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 TIFFColorConverter Modifier and Type Method Description void
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.
-