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

#7 in Images

Download history 306285/week @ 2024-01-11 308132/week @ 2024-01-18 293583/week @ 2024-01-25 313922/week @ 2024-02-01 336560/week @ 2024-02-08 332010/week @ 2024-02-15 350581/week @ 2024-02-22 359472/week @ 2024-02-29 354861/week @ 2024-03-07 339131/week @ 2024-03-14 348338/week @ 2024-03-21 381503/week @ 2024-03-28 313360/week @ 2024-04-04 336284/week @ 2024-04-11 336219/week @ 2024-04-18 282722/week @ 2024-04-25

1,343,271 downloads per month
Used in 3,372 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