image-rs / image-png

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

"Currently pngcheck is the most usable part" in README #145

Closed Shnatsel closed 5 years ago

Shnatsel commented 5 years ago

The README currently reads:

PNG decoder/encoder in pure Rust. Currently pngcheck is the most usable part. Build with cargo build --release --example pngcheck.

This undersells the crate a bit :stuck_out_tongue_closed_eyes:

It currently supports encoding and decoding PNG in a variety of bit depths. Including streaming encoding and decoding. Plus decoding APNG? It would be nice to document all of that.

HeroicKatora commented 5 years ago

Fixed in #155 , forgot to close this though. It's still very brief but that does not seem like a bad thing.