DATA_HUFFMAN_COMPRESSED top-level constant
          
          int
          const DATA_HUFFMAN_COMPRESSED
          
        
        
The constant used by TAG_COMPRESSION to denote the image is huffman compressed.
Implementation
const int DATA_HUFFMAN_COMPRESSED = 2;