CPU_HUFFMAN_ZLIB
Compressor Doesn't Use Huffman Coding
#192
Labels
enhancement
New feature or request
CPU_HUFFMAN_ZLIB
Compressor Doesn't Use Huffman Coding
#192
When the lossless compressor is set to
CPU_HUFFMAN_ZLIB
in the header, Huffman coding is not applied to the quantized coefficients before they are passed tocompress_memory_z
. See this case. We should rename the enumeration value toCPU_ZLIB
and add a case where both Huffman coding andcompress_memory_z
are applied.The text was updated successfully, but these errors were encountered: