Package | Description |
---|---|
com.sun.media.imageio.plugins.tiff |
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
|
com.sun.media.imageioimpl.plugins.tiff |
Modifier and Type | Field and Description |
---|---|
(package private) TIFFDecompressor |
TIFFImageReadParam.decompressor |
Modifier and Type | Method and Description |
---|---|
TIFFDecompressor |
TIFFImageReadParam.getTIFFDecompressor()
Returns the
TIFFDecompressor that is currently set
to be used by the ImageReader to decode each image
strip or tile, or null if none has been set. |
Modifier and Type | Method and Description |
---|---|
void |
TIFFImageReadParam.setTIFFDecompressor(TIFFDecompressor decompressor)
Sets the
TIFFDecompressor object to be used by the
ImageReader to decode each image strip or tile. |
Modifier and Type | Class and Description |
---|---|
class |
TIFFDeflateDecompressor |
class |
TIFFFaxDecompressor |
class |
TIFFJPEGDecompressor |
class |
TIFFLSBDecompressor |
class |
TIFFLZWDecompressor |
class |
TIFFNullDecompressor |
class |
TIFFOldJPEGDecompressor
TIFFDecompressor for "Old JPEG" compression. |
class |
TIFFPackBitsDecompressor |
class |
TIFFYCbCrDecompressor |
Modifier and Type | Field and Description |
---|---|
private TIFFDecompressor |
TIFFYCbCrDecompressor.decompressor |
private TIFFDecompressor |
TIFFImageReader.decompressor |
Constructor and Description |
---|
TIFFYCbCrDecompressor(TIFFDecompressor decompressor,
boolean colorConvert) |
Copyright © 2017 Open Microscopy Environment