net.sourceforge.jiu.codecs.tiff
Class TIFFDecoderLogLuv
public class TIFFDecoderLogLuv
A TIFF decoder for files compressed with the
LogLuv RLE method.
This compression algorithm has the value
34676
(
TIFFConstants.COMPRESSION_SGI_LOG_RLE
)
in the compression tag of an image file directory.
Only image data with a photometric interpretation value of
TIFFConstants.PHOTOMETRIC_TRUECOLOR_LOGLUV
can be compressed with this method.
This implementation is based on the file
tif_luv.c
which
is part of the TIFF library
libtiff.
The original implementation was written by Greg W. Larson.
Learn more about the color type and its encoding on Greg's page
LogLuv
Encoding for TIFF Images.
You will also find numerous sample image files there.
bottomRow , bufferIndex , codec , currentRow , ifd , leftColumn , processedTileRows , rightColumn , rowBuffer , tileIndex , topRow , totalTileRows |
decode , getBytesPerRow , getCodec , getCompressionTypes , getImageFileDirectory , getInput , getTileIndex , getX1 , getX2 , getY1 , getY2 , initialize , putBytes , setCodec , setImageFileDirectory , setTileIndex , storeRow |
compressedSize
private int compressedSize
tileWidth
private int tileWidth