Class TIFFDecoderLogLuv


  • public class TIFFDecoderLogLuv
    extends TIFFDecoder
    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.

    Since:
    0.10.0
    Author:
    Marco Schmidt