52 releases

0.17.13 Feb 19, 2024
0.17.11 Jan 13, 2024
0.17.10 Aug 18, 2023
0.17.9 Jun 10, 2023
0.3.1 Jun 15, 2015

#16 in Images

Download history 315267/week @ 2024-01-03 313248/week @ 2024-01-10 304745/week @ 2024-01-17 298624/week @ 2024-01-24 313265/week @ 2024-01-31 324002/week @ 2024-02-07 340391/week @ 2024-02-14 343745/week @ 2024-02-21 362655/week @ 2024-02-28 356603/week @ 2024-03-06 336233/week @ 2024-03-13 350906/week @ 2024-03-20 364558/week @ 2024-03-27 337458/week @ 2024-04-03 326474/week @ 2024-04-10 279500/week @ 2024-04-17

1,368,937 downloads per month
Used in 3,355 crates (301 directly)

MIT/Apache

350KB
6.5K SLoC

PNG Decoder/Encoder

Build Status Documentation Crates.io Lines of Code License fuzzit

PNG decoder/encoder in pure Rust.

It contains all features required to handle the entirety of the PngSuite by Willem van Schack.

pngcheck

The pngcheck utility is a small demonstration binary that checks and prints metadata on every .png image provided via parameter. You can run it (for example on the test directories) with

cargo run --release --example pngcheck ./tests/pngsuite/*

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~710KB
~13K SLoC