Uses of Class
com.github.jaiimageio.plugins.tiff.TIFFCompressor
Packages that use TIFFCompressor
Package
Description
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
-
Uses of TIFFCompressor in com.github.jaiimageio.impl.plugins.tiff
Subclasses of TIFFCompressor in com.github.jaiimageio.impl.plugins.tiffModifier and TypeClassDescriptionclass
Base class for all possible forms of JPEG compression in TIFF.class
Compressor for Deflate compression.class
Compressor superclass for Deflate and ZLib compression.class
ATIFFCompressor
for the JPEG variant of EXIF.class
class
Compressor for encoding compression type 7, TTN2/Adobe JPEG-in-TIFF.class
Uncompressed data with LSB-to-MSB fill order.class
LZW Compressor.class
class
class
class
class
class
Compressor for ZLib compression.Fields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFCompressorMethods in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFCompressorModifier and TypeMethodDescriptionprivate int
TIFFImageWriter.writeTile
(Rectangle tileRect, TIFFCompressor compressor) -
Uses of TIFFCompressor in com.github.jaiimageio.plugins.tiff
Fields in com.github.jaiimageio.plugins.tiff declared as TIFFCompressorMethods in com.github.jaiimageio.plugins.tiff that return TIFFCompressorModifier and TypeMethodDescriptionTIFFImageWriteParam.getTIFFCompressor()
Returns theTIFFCompressor
that is currently set to be used by theImageWriter
to encode each image strip or tile, ornull
if none has been set.Methods in com.github.jaiimageio.plugins.tiff with parameters of type TIFFCompressorModifier and TypeMethodDescriptionvoid
TIFFImageWriteParam.setTIFFCompressor
(TIFFCompressor compressor) Sets theTIFFCompressor
object to be used by theImageWriter
to encode each image strip or tile.