google / wuffs

Wrangling Untrusted File Formats Safely
Other
4.07k stars 129 forks source link

Decode JPEG #42

Closed nigeltao closed 1 year ago

nigeltao commented 3 years ago

There should be a std/jpeg package.

nigeltao commented 1 year ago

Some feature work remains to do (to support the relatively uncommon progressive JPEGs, the relatively rare RGB and CMYK JPEGs and possibly even rarer variants such as 12-bit JPEGs). And triangle-filter upsampling still needs doing to reach output parity with libjpeg-turbo. And there's lots of optimization work to do. But overall, Wuffs has a working end-to-end JPEG decoder (that's now fuzz-tested), so I'm going to close the "Decode JPEG" issue as Fixed.

syoyo commented 1 year ago

:+1: