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

#6 in Images

Download history 301586/week @ 2024-01-12 312564/week @ 2024-01-19 292792/week @ 2024-01-26 313849/week @ 2024-02-02 349731/week @ 2024-02-09 324108/week @ 2024-02-16 359827/week @ 2024-02-23 352446/week @ 2024-03-01 347699/week @ 2024-03-08 344237/week @ 2024-03-15 355648/week @ 2024-03-22 377305/week @ 2024-03-29 302903/week @ 2024-04-05 340590/week @ 2024-04-12 340472/week @ 2024-04-19 281800/week @ 2024-04-26

1,326,617 downloads per month
Used in 3,373 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