You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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?
The text was updated successfully, but these errors were encountered: