Container wraps Image Magik to perceptualy diif images
Diff two images img1.png
and img2.png
- Create three folders
[ base, compare, result]
- Move
img1.png
tobase/img1.png
- Move
img2.png
tocompare/img1.png
NOTE For images to be compared the path / filename must match - Start the perceptual-diff container
docker run --rm -it -v "$(pwd)/base:/base" -v "$(pwd)/compare:/compare" -v "$(pwd)/result:/result" perceptual-diff
- Inspect the
results.yaml
in theresult
folder