Class TIFFDecoderPackbits


  • public class TIFFDecoderPackbits
    extends TIFFDecoder
    A TIFF decoder for files compressed with the Packbits method. This compression algorithm has the value 32773 in the compression tag of an image file directory.
    Since:
    0.9.0
    Author:
    Marco Schmidt
    • Constructor Detail

      • TIFFDecoderPackbits

        public TIFFDecoderPackbits()
    • Method Detail

      • getCompressionTypes

        public Integer[] getCompressionTypes()
        Description copied from class: TIFFDecoder
        Returns an array with Integer values of all compression types supported by this decoder (see the COMPRESSION_xyz constants in TIFFConstants. Normally, this is only one value, but some compression types got assigned more than one constant (e.g. deflated). Also, a decoder could be capable of dealing with more than one type of compression if the compression types are similar enough to justify that. However, typically a decoder can only deal with one type of compression.
        Specified by:
        getCompressionTypes in class TIFFDecoder
        Returns:
        array with Integer objects of all TIFF compression constants supported by this decoder