Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Utility container that runs a pdiff on sets of images

License

Notifications You must be signed in to change notification settings

m4rkmckenna/perceptual-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage


Container wraps Image Magik to perceptualy diif images

Example

Diff two images img1.png and img2.png

  1. Create three folders [ base, compare, result]
  2. Move img1.png to base/img1.png
  3. Move img2.png to compare/img1.png NOTE For images to be compared the path / filename must match
  4. Start the perceptual-diff container
docker run --rm -it -v "$(pwd)/base:/base" -v "$(pwd)/compare:/compare" -v "$(pwd)/result:/result" perceptual-diff
  1. Inspect the results.yaml in the result folder

About

Utility container that runs a pdiff on sets of images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages