Package net.sourceforge.jiu.codecs.tiff

Interface Summary

TIFFConstants This class provides a lot of constant values for a TIFF encoder or decoder.

Class Summary

TIFFCodec A codec to read Tagged Image File Format (TIFF) image files.
TIFFDecoder The abstract base class for a TIFF decoder, a class that decompresses one tile or strip of image data and understands one or more compression types.
TIFFDecoderDeflated A TIFF decoder for files compressed with the Deflated method.
TIFFDecoderLogLuv A TIFF decoder for files compressed with the LogLuv RLE method.
TIFFDecoderModifiedHuffman A TIFF decoder for files compresseed with the Modified Huffman method (also known as CCITT 1D Modified Huffman Run Length Encoding).
TIFFDecoderPackbits A TIFF decoder for files compressed with the Packbits method.
TIFFDecoderUncompressed A TIFF decoder for uncompressed TIFF files.
TIFFFaxCodes Information to be used to decode and encode TIFF files in one of the bilevel compression types Modified Huffman, CCITT Group 3 or CCITT Group 4.
TIFFImageFileDirectory This class encapsulates all data of a TIFF image file directory (IFD).
TIFFRational Data class to store a TIFF rational number.
TIFFTag This encapsulates the data stored in a TIFF tag (a single image file directory entry).