summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--image-info2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d542281..eff9067 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20130127
+VERSION = git-20130129
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
diff --git a/image-info b/image-info
index 3c03a3f..4a97a89 100644
--- a/image-info
+++ b/image-info
@@ -8,7 +8,7 @@
filename=$(basename "$1")
filesize=$(du -h "$1" | cut -f 1)
-geometry=$(identify -format '%wx%h' "$1")
+geometry=$(identify -format '%wx%h' "$1[0]")
tags=$(exiv2 -q pr -pi "$1" | awk '$1~"Keywords" { printf("%s,", $4); }')
tags=${tags:+|}${tags%,}