Juicy.Pixels icon indicating copy to clipboard operation
Juicy.Pixels copied to clipboard

Encode progressive JPEG

Open NCrashed opened this issue 6 years ago • 1 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.

NCrashed avatar Mar 04 '18 23:03 NCrashed

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.

Twinside avatar Mar 05 '18 08:03 Twinside