Package net.sourceforge.jiu.codecs.tiff


package net.sourceforge.jiu.codecs.tiff
  • Class
    Description
    A codec to read Tagged Image File Format (TIFF) image files.
    This class provides a lot of constant values for a TIFF encoder or decoder.
    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.
    A TIFF decoder for files compressed with the Deflated method.
    A TIFF decoder for files compressed with the LogLuv RLE method.
    A TIFF decoder for files compresseed with the Modified Huffman method (also known as CCITT 1D Modified Huffman Run Length Encoding).
    A TIFF decoder for files compressed with the Packbits method.
    A TIFF decoder for uncompressed TIFF files.
    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.
    This class encapsulates all data of a TIFF image file directory (IFD).
    Data class to store a TIFF rational number.
    This encapsulates the data stored in a TIFF tag (a single image file directory entry).