An open API service indexing awesome lists of open source software.

https://github.com/luispedro/image-difftool

Image diff for git on the command line
https://github.com/luispedro/image-difftool

Last synced: 2 months ago
JSON representation

Image diff for git on the command line

Awesome Lists containing this project

README

          

# Image difftool

Mostly a hack to get a visual diff using [git difftool](https://git-scm.com/docs/git-difftool).

Use as

git difftool --extcmd PATH-TO/image-diff.py FILE.svg

You need to have [mahotas](https://github.com/luispedro/mahotas) in your Python
PATH.

Author: Luis Pedro Coelho