Twinside / Juicy.Pixels

Haskell library to load & save pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encode progressive JPEG

NCrashed opened this issue · comments

Hi, does Juicy-Pixels support encoding progressive JPEG? I see only decoding code. It would be nice feature as progressive JPEGs are better than sequential ones almost by all parameters.

It is not supported, and even in the non-progressive case, default huffman tables are used (which may not be the best).

Sadly I don't have free time for JuicyPixels right now (beside basic maintenance/bug fix). But it would be a nice self-contained project.