fdeflate::tables

Constant HUFFMAN_LENGTHS

Source
pub(crate) const HUFFMAN_LENGTHS: [u8; 286];
Expand description

Hard-coded Huffman codes used regardless of the input.

These values work well for PNGs with some form of filtering enabled, but will likely make most other inputs worse.