image-rs / image

Encoding and decoding images in Rust
Apache License 2.0
4.96k stars 618 forks source link

Upgrade zune #2209

Closed Murad-Awad closed 5 months ago

Murad-Awad commented 6 months ago

This is similar to Upgrade zune-jpeg but makes use of ZCursor, which prevents some corruption, flupping with zune-jpeg so that they can hopefully fix issues with the use of cursor.

etemesi254 commented 6 months ago

Hi, what corruption?

Murad-Awad commented 6 months ago

@etemesi254 I'll reference the specific corruption in a zune-jpeg issue as discussed!

Murad-Awad commented 6 months ago

issue opened here: v0.5.0-rc0 jpeg decoder does not work when input is a Cursor (rather than a ZCursor)