image-rs / image-png

PNG decoding and encoding library in pure Rust
https://docs.rs/png
Apache License 2.0
347 stars 139 forks source link

Bypass state machine and require BufRead #458

Open fintelia opened 5 months ago

fintelia commented 5 months ago

This tries out a combination of #427 and #451. Still a work-in-progress with some edge cases not handled and a handful of tests not passing