ewanmellor / git-diff-image

An extension to 'git diff' that provides support for diffing images.
254 stars 30 forks source link

GraphicMagick as alternative dependency? #37

Closed ottok closed 1 year ago

ottok commented 1 year ago

Does git-diff-image use any features that are ImageMagick specific, or does it work with GraphicMagic as well?

If anybody has already tested it and has knowledge, please note results in this issue.

If not, let's keep the issue open until GraphicsMagic compatibility is documented.

ewanmellor commented 1 year ago

@ottok No-one has tried to my knowledge (I had not even heard of GraphicsMagick until you mentioned it).

ottok commented 1 year ago

I tested it now myself and since the shell script of the tool is quite easy to read, I cooked up PR #38 to add this. Please don't merge this immediately but wait for 1-2 weeks for feedback from others. I prefer to perfect it instead of making follow-up PRs.