├── .gitignore ├── README.md ├── diff-image ├── example-comparison.png ├── git_diff_image └── install.sh /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewanmellor/git-diff-image/HEAD/README.md -------------------------------------------------------------------------------- /diff-image: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewanmellor/git-diff-image/HEAD/diff-image -------------------------------------------------------------------------------- /example-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewanmellor/git-diff-image/HEAD/example-comparison.png -------------------------------------------------------------------------------- /git_diff_image: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewanmellor/git-diff-image/HEAD/git_diff_image -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewanmellor/git-diff-image/HEAD/install.sh --------------------------------------------------------------------------------