Created
April 16, 2015 07:05
-
-
Save xgouchet/46396814bfac6d52c41d to your computer and use it in GitHub Desktop.
Revisions
-
xgouchet created this gist
Apr 16, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ #!/bin/sh # this uses ImageMagick, so make sure it's installed for this to work compare $2 $1 png:- | montage -geometry +4+4 $2 - $1 png:- | display -title "$1" -