image-rs / image

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

Upgrade image-webp #2339

Closed fintelia closed 4 weeks ago

fintelia commented 4 weeks ago

The BufRead trait bound changes should be non-breaking because it isn't possible to construct a AnimationDecoder without first calling WebPDecoder::new which already requires BufRead.