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 classTIFFCIELabColorConverterclassTIFFYCbCrColorConverterFields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFColorConverter Modifier and Type Field Description (package private) TIFFColorConverterTIFFImageWriter. 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 TIFFColorConverterTIFFDecompressor. colorConverterATIFFColorConverterobject describing the color space of the encoded pixel data, ornull.(package private) TIFFColorConverterTIFFImageReadParam. colorConverter(package private) TIFFColorConverterTIFFImageWriteParam. colorConverterMethods in com.github.jaiimageio.plugins.tiff that return TIFFColorConverter Modifier and Type Method Description TIFFColorConverterTIFFImageReadParam. getColorConverter()Returns the currently setTIFFColorConverterobject, ornullif none is set.TIFFColorConverterTIFFImageWriteParam. getColorConverter()Returns the currentTIFFColorConverterobject that will be used to perform color conversion when writing the image, ornullif none is set.Methods in com.github.jaiimageio.plugins.tiff with parameters of type TIFFColorConverter Modifier and Type Method Description voidTIFFDecompressor. setColorConverter(TIFFColorConverter colorConverter)Sets theTIFFColorConverterobject describing the color space of the encoded data in the input stream.voidTIFFImageReadParam. setColorConverter(TIFFColorConverter colorConverter)Sets theTIFFColorConverterobject for the pixel data being read.voidTIFFImageWriteParam. setColorConverter(TIFFColorConverter colorConverter, int photometricInterpretation)Sets theTIFFColorConverterobject describing the color space to which the input data should be converted for storage in the input stream.
-