Package | Description |
---|---|
io.scif.media.imageio.plugins.tiff |
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
|
io.scif.media.imageioimpl.plugins.tiff |
Modifier and Type | Field and Description |
---|---|
protected TIFFColorConverter |
TIFFDecompressor.colorConverter
A
TIFFColorConverter object describing the color space of
the encoded pixel data, or null . |
Modifier and Type | Method and Description |
---|---|
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. |
TIFFColorConverter |
TIFFImageReadParam.getColorConverter()
Returns the currently set
TIFFColorConverter object,
or null if none is set. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
TIFFCIELabColorConverter |
class |
TIFFYCbCrColorConverter |
Copyright © 2015–2022 SCIFIO. All rights reserved.