Container wraps Image Magik to perceptualy diif images
Diff two images img1.png and img2.png
- Create three folders
[ base, compare, result] - Move
img1.pngtobase/img1.png - Move
img2.pngtocompare/img1.pngNOTE 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.yamlin theresultfolder