gecko-dev/third_party/rust/png
Bastien Orivel 9c386d0de9 Bug 1573039 - Part 2: Revendor dependencies. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D41489

--HG--
rename : third_party/rust/image/src/hdr/hdr_decoder.rs => third_party/rust/image/src/hdr/decoder.rs
rename : third_party/rust/image/src/hdr/hdr_encoder.rs => third_party/rust/image/src/hdr/encoder.rs
extra : moz-landing-system : lando
2019-08-12 12:39:47 +00:00
..
benches Bug 1573039 - Part 2: Revendor dependencies. r=emilio 2019-08-12 12:39:47 +00:00
examples Bug 1573039 - Part 2: Revendor dependencies. r=emilio 2019-08-12 12:39:47 +00:00
src Bug 1573039 - Part 2: Revendor dependencies. r=emilio 2019-08-12 12:39:47 +00:00
.cargo-checksum.json Bug 1573039 - Part 2: Revendor dependencies. r=emilio 2019-08-12 12:39:47 +00:00
Cargo.toml Bug 1573039 - Part 2: Revendor dependencies. r=emilio 2019-08-12 12:39:47 +00:00
LICENSE-APACHE Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
LICENSE-MIT Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
README.md Bug 1573039 - Part 2: Revendor dependencies. r=emilio 2019-08-12 12:39:47 +00:00

README.md

PNG Decoder/Encoder

Build Status Documentation Crates.io Lines of Code License

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.