perceptualdiff
perceptualdiff copied to clipboard
Docker image?
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?
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>