2 unstable releases
0.2.0 | Nov 29, 2024 |
---|---|
0.1.0 | Nov 27, 2024 |
#2679 in Command line utilities
344 downloads per month
160KB
670 lines
Image Diff Review
Image diff review is a tool for reporting image differences. It is intended for use in snapshot testing. It can be used as a stand-alone CLI tool or as a Rust crate.
CLI
Installation
$ cargo install image_diff_review --features=cli
Usage
$ image_diff_review <left/image_dir> <right/image_dir> report
Dependencies
~5MB
~93K SLoC