A command-line and library for comparing two images.
- Provide visual diff output.
Ensure you have Rust and Cargo installed. You can then install the tool with:
cargo install imgdiff
imgdiff image1.png image2.png out.png
- This project uses the image crate for image processing.
- Add support thresholds.
- Make overlay color configurable
- Optionally generate output image and report difference instead.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.