You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, jpegrescan, through jpegtran, adds a dedicated Huffman table for each scan. This has a ~40 bytes cost per scan, so is sometimes worth it (as opposed to a unique Huffman table).
Quantization tables can't be changed between scans (paragraph B.2.4: "The quantization table specification shall not be altered between progressive DCT scans of a given component.").
jpegrescan can sometimes shrink the size further. There should be an option to have progressive-coded output.
Starting a branch 'prog' for that.
The text was updated successfully, but these errors were encountered: