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
- Host: GitHub
- URL: https://github.com/luispedro/image-difftool
- Owner: luispedro
- Created: 2016-10-02T12:15:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-11-10T06:54:14.000Z (8 months ago)
- Last Synced: 2025-12-27T17:42:35.328Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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