image-rs / jpeg-decoder

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

Error decoding a broken jpeg #262

Open Kl4rry opened 1 year ago

Kl4rry commented 1 year ago

This image fails decoding with the error UnexpectedEof failed to fill whole buffer. I don't think its a fully valid jpeg but most other decoders seem to be able to decode most of the image. I belive it might be missing a end of file marker. front1