Uses of Class
it.geosolutions.imageio.plugins.tiff.TIFFColorConverter

Packages that use TIFFColorConverter
it.geosolutions.imageio.plugins.tiff Package containing the public classes used by the TIFF plug-in for the Image I/O Framework. 
it.geosolutions.imageioimpl.plugins.tiff   
 

Uses of TIFFColorConverter in it.geosolutions.imageio.plugins.tiff
 

Fields in it.geosolutions.imageio.plugins.tiff declared as TIFFColorConverter
protected  TIFFColorConverter TIFFDecompressor.colorConverter
          A TIFFColorConverter object describing the color space of the encoded pixel data, or null.
 

Methods in it.geosolutions.imageio.plugins.tiff that return TIFFColorConverter
 TIFFColorConverter TIFFImageReadParam.getColorConverter()
          Returns the currently set TIFFColorConverter object, or null if none is set.
 TIFFColorConverter TIFFImageWriteParam.getColorConverter()
          Returns the current TIFFColorConverter object that will be used to perform color conversion when writing the image, or null if none is set.
 

Methods in it.geosolutions.imageio.plugins.tiff with parameters of type TIFFColorConverter
 void TIFFImageReadParam.setColorConverter(TIFFColorConverter colorConverter)
          Sets the TIFFColorConverter object for the pixel data being read.
 void TIFFDecompressor.setColorConverter(TIFFColorConverter colorConverter)
          Sets the TIFFColorConverter object describing the color space of the encoded data in the input stream.
 void TIFFImageWriteParam.setColorConverter(TIFFColorConverter colorConverter, int photometricInterpretation)
          Sets the TIFFColorConverter object describing the color space to which the input data should be converted for storage in the input stream.
 

Uses of TIFFColorConverter in it.geosolutions.imageioimpl.plugins.tiff
 

Subclasses of TIFFColorConverter in it.geosolutions.imageioimpl.plugins.tiff
 class TIFFCIELabColorConverter
           
 class TIFFYCbCrColorConverter
           
 



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.