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.
The README currently reads:
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.