1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00
matomo-icons/tools/git-imgdiff.sh

5 lines
145 B
Bash
Raw Normal View History

2017-02-18 11:46:12 +01:00
#!/bin/sh
# by http://varya.me/en/posts/image-diffs-with-git/
compare $2 $1 png:- | montage -geometry +4+4 $2 - $1 png:- | gwenview /dev/stdin