perceptualdiff icon indicating copy to clipboard operation
perceptualdiff copied to clipboard

Docker image?

Open PureKrome opened this issue 5 years ago • 1 comments

Any thoughts into making this into a docker image, so it's really easy to test/play with?

I just tried and failed :( I'm soooo not experienced with c++ etc... so I've messed something up, obviously.

So yeah, any thoughts please?

PureKrome avatar May 27 '20 11:05 PureKrome

I made one to use it on my windows machine... feel free to use it too! You can find it on dockerhub: miike/perceptualdiff Usage: docker run -v <full path to the images to compare>:/data --rm -it miike/perceptualdiff --verbose --threshold 0 --sum-errors /data/<base image> /data/<image to compare> --output /data/<diff_image>

miikeat avatar Oct 30 '20 13:10 miikeat