1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-16 13:33:45 +02:00

visual div

This commit is contained in:
Lukas Winkler 2017-02-18 11:46:12 +01:00
parent 293f878b54
commit 0f4ea5e2b0
2 changed files with 8 additions and 1 deletions

5
.gitattributes vendored
View file

@ -10,4 +10,7 @@ composer.lock export-ignore
requirements.txt export-ignore
unk.flag.svg export-ignore
versions.txt export-ignore
*.gif diff=image
*.jpg diff=image
*.png diff=image
*.ico diff=image

4
tools/git-imgdiff.sh Executable file
View file

@ -0,0 +1,4 @@
#!/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