Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image? #14

Open
PureKrome opened this issue May 27, 2020 · 1 comment · May be fixed by #15
Open

Docker image? #14

PureKrome opened this issue May 27, 2020 · 1 comment · May be fixed by #15

Comments

@PureKrome
Copy link

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 PureKrome linked a pull request Jun 3, 2020 that will close this issue
@miikeat
Copy link

miikeat commented Oct 30, 2020

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants