Last active
December 20, 2015 18:29
-
-
Save danieltahara/6176575 to your computer and use it in GitHub Desktop.
From Brett Slakin's dpxdt + ImageMagick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Method from http://www.imagemagick.org/Usage/compare/ | |
return [ | |
'compare', | |
'-verbose', | |
'-metric', | |
'RMSE', | |
'-highlight-color', | |
'Red', | |
'-compose', | |
'Src', | |
self.ref_path, | |
self.run_path, | |
self.output_path, | |
] | |
http://www.imagemagick.org/Usage/compare/ | |
http://www.imagemagick.org/script/compare.php | |
compare base.png update.png -verbose -metric RMSE -highlight-color Red -compose Src output.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide_Commit_Ranges.html#configuring-base-commit