Skip to content

Instantly share code, notes, and snippets.

@eiiches
Created August 12, 2011 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eiiches/1141636 to your computer and use it in GitHub Desktop.
Save eiiches/1141636 to your computer and use it in GitHub Desktop.
A git-difftool script for images.
#!/bin/bash
tmp=`tempfile`
composite -compose difference "$1" "$2" "$tmp";
evince "$tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment