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) TIFFCompressor |
TIFFImageWriteParam.compressor |
Modifier and Type | Method and Description |
---|---|
TIFFCompressor |
TIFFImageWriteParam.getTIFFCompressor()
Returns the
TIFFCompressor that is currently set
to be used by the ImageWriter to encode each image
strip or tile, or null if none has been set. |
Modifier and Type | Method and Description |
---|---|
void |
TIFFImageWriteParam.setTIFFCompressor(TIFFCompressor compressor)
Sets the
TIFFCompressor object to be used by the
ImageWriter to encode each image strip or tile. |
Modifier and Type | Class and Description |
---|---|
class |
TIFFBaseJPEGCompressor
Base class for all possible forms of JPEG compression in TIFF.
|
class |
TIFFDeflateCompressor
Compressor for Deflate compression.
|
class |
TIFFDeflater
Compressor superclass for Deflate and ZLib compression.
|
class |
TIFFEXIFJPEGCompressor
A
TIFFCompressor for the JPEG variant of EXIF. |
class |
TIFFFaxCompressor |
class |
TIFFJPEGCompressor
Compressor for encoding compression type 7, TTN2/Adobe JPEG-in-TIFF.
|
class |
TIFFLSBCompressor
Uncompressed data with LSB-to-MSB fill order.
|
class |
TIFFLZWCompressor
LZW Compressor.
|
class |
TIFFNullCompressor |
class |
TIFFPackBitsCompressor |
class |
TIFFRLECompressor |
class |
TIFFT4Compressor |
class |
TIFFT6Compressor |
class |
TIFFZLibCompressor
Compressor for ZLib compression.
|
Modifier and Type | Field and Description |
---|---|
(package private) TIFFCompressor |
TIFFImageWriter.compressor |
Modifier and Type | Method and Description |
---|---|
private int |
TIFFImageWriter.writeTile(Rectangle tileRect,
TIFFCompressor compressor) |
Copyright © 2016 Open Microscopy Environment