3 #==============================================================================
5 # File ID: 066787c0-ef0d-11e7-a30f-f74d993421b0
7 # Display EXIF info and an ASCII representation of a picture on stdout. Can for
8 # example be used as a diff filter in Git.
10 # Author: Øyvind A. Holm <sunny@sunbase.org>
11 # License: GNU General Public License version 2 or later.
12 #==============================================================================
17 tmpfile
=/tmp
/.
$progname.$
(date +%s
).$$.xpm
18 exiftool
-api LargeFileSupport
=1 "$1"
20 convert
"$1" "$tmpfile"