Commit Graph

29 Commits

Author SHA1 Message Date
11f05ebf52 Merge pull request #12 from eyal0/add_svg
Add support for svg images
2020-06-22 20:37:13 -07:00
91cb4ca4e0 Add support for svg images 2020-06-22 17:03:21 -06:00
460c46bc96 Merge pull request #10 from gogoprog/patch-1
Update README.md for Arch Linux
2020-01-17 11:49:06 -08:00
da67a334f2 Update README.md
Arch linux installation
2020-01-17 11:30:38 +01:00
a2cc75bb1c Fix the git diff-image command when run from a subdirectory of the git root. 2019-04-29 13:17:30 -07:00
909290e813 Work around Preview's failure to show large images (> 10000 wide in my
experience) by simply showing the two images instead of the diff.
2019-04-10 18:22:50 -07:00
b7cce75c3f Don't perform the first call to compare if we've seen a difference
in the EXIF info.

This means that we won't run the (potentially expensive) first compare if we
have seen a metadata change, in particular a file size change.  We already
know that there's a difference.
2019-04-10 18:21:00 -07:00
fbd9755105 Fix the situation where git does not give us filenames. 2019-04-10 18:05:29 -07:00
ec81932335 If the second argument is a directory, append the filename from the
first argument.

This matches the behavior of diff.
2019-03-07 15:04:26 -08:00
421668e490 Merge pull request #7 from sm11963/master
Add background color flag to diff-image
2019-02-20 23:18:18 -08:00
a01cbe6b9f Add background color flag to diff-image 2019-01-29 11:42:02 -08:00
b537ff981b Merge pull request #5 from glebm/linux-patches
Add Linux support
2018-10-21 15:45:33 -07:00
670ec172d6 Add Linux support 2018-10-21 15:02:14 +01:00
c72412a5fc Merge branch 'master' of https://github.com/ewanmellor/git-diff-image 2018-04-20 10:25:15 -07:00
92caf772dc Break the script into two, so that we can use it as a normal CLI command,
as well as the existing "git diff" functionality.
2018-04-20 10:24:07 -07:00
31895ca6ed Merge pull request #3 from asfaltboy/patch-1
Docs: correct code formatting in README.md
2018-02-20 09:41:07 -08:00
75651b8e95 Docs: correct code formatting in README.md 2018-02-20 11:11:43 +01:00
589ede494a Handle images being added or removed (diffed against /dev/null). 2018-01-27 15:57:05 -08:00
f614564d93 Tidy. 2018-01-27 15:52:33 -08:00
a56bf77b6c Fix the numbered list. 2015-05-03 00:25:19 -07:00
b1ab64cc4d Clarify. 2015-05-03 00:21:28 -07:00
6883017aac Clarify. 2015-05-03 00:20:31 -07:00
7a94133515 Extend the installation instructions. 2015-05-03 00:18:45 -07:00
74920860bb Add a screenshot. 2015-05-03 00:15:56 -07:00
37b66e85ca Added example comparison. 2015-05-02 20:21:50 -07:00
b00e5dcc1f Add fuzz if the input file is a JPEG. 2015-05-02 20:21:50 -07:00
35abd26ba5 Added. 2015-05-02 20:04:24 -07:00
a6859bac22 Add public domain dedication. 2015-05-02 18:25:36 -07:00
b177a95f03 Initial commit 2015-05-02 18:22:22 -07:00