packjpg / packJPG

A compression program for further compressing JPEG image files
http://packjpg.encode.ru/
GNU Lesser General Public License v3.0
165 stars 26 forks source link

Huffman table check is overzealous #17

Closed MegaByte closed 4 years ago

MegaByte commented 6 years ago

The Huffman table existence check makes the attached file fail. However, it's checking for a table it does not yet need. Adjusting this check allows codec to continue normally.

a10u

packjpg commented 4 years ago

Fixed by #18.