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

#8 in Images

Download history 298801/week @ 2024-01-14 304417/week @ 2024-01-21 302204/week @ 2024-01-28 321276/week @ 2024-02-04 346191/week @ 2024-02-11 325314/week @ 2024-02-18 368894/week @ 2024-02-25 345727/week @ 2024-03-03 341798/week @ 2024-03-10 348100/week @ 2024-03-17 365793/week @ 2024-03-24 363295/week @ 2024-03-31 303804/week @ 2024-04-07 342086/week @ 2024-04-14 341712/week @ 2024-04-21 312548/week @ 2024-04-28

1,325,967 downloads per month
Used in 3,376 crates (303 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

~725KB
~14K SLoC