image-rs / jpeg-decoder

JPEG decoder written in Rust
Apache License 2.0
149 stars 87 forks source link

"4 components without Adobe APP14 metadata to indicate color space" error on a valid-looking file #219

Closed adrian17 closed 2 years ago

adrian17 commented 2 years ago

The following file (I hope GH will keep it as-is): example

Opens in:

But decoder.decode() errors out with the decode error

4 components without Adobe APP14 metadata to indicate color space

vstroebel commented 2 years ago

Other decoders assume the image is CMYK if the App14 marker is missing. I've opened #224 that makes it possible to decode your image.