JIU 0.12.0 Homepage

Uses of Class
net.sourceforge.jiu.codecs.tiff.TIFFDecoder

Packages that use TIFFDecoder
net.sourceforge.jiu.codecs.tiff Classes to handle the Tagged Image File Format (TIFF).  
 

Uses of TIFFDecoder in net.sourceforge.jiu.codecs.tiff
 

Subclasses of TIFFDecoder in net.sourceforge.jiu.codecs.tiff
 class TIFFDecoderDeflated
          A TIFF decoder for files compressed with the Deflated method.
 class TIFFDecoderLogLuv
          A TIFF decoder for files compressed with the LogLuv RLE method.
 class TIFFDecoderModifiedHuffman
          A TIFF decoder for files compresseed with the Modified Huffman method (also known as CCITT 1D Modified Huffman Run Length Encoding).
 class TIFFDecoderPackbits
          A TIFF decoder for files compressed with the Packbits method.
 class TIFFDecoderUncompressed
          A TIFF decoder for uncompressed TIFF files.
 


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt