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

Adds `Reader::finish` to read all the auxillary chunks that comes after the image #450

Closed jupyterkat closed 5 months ago

jupyterkat commented 6 months ago

Closes #343

fintelia commented 5 months ago

Thanks!