Skip to content

Commit

Permalink
Make note of exif command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Apr 12, 2014
1 parent 716a596 commit 81e4032
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,11 @@ treemap-client() {
~/hg/treemap/run.sh find-with-format-string '%s %p\n' "$@"
}

# image magick command line to display all exif data
# http://www.imagemagick.org/script/escape.php
# TODO: use this for jpg plugin.
exif() {
identify -format '%[exif:*]' "$@"
}

"$@"

0 comments on commit 81e4032

Please sign in to comment.