summaryrefslogtreecommitdiffstats
path: root/image-info
diff options
context:
space:
mode:
Diffstat (limited to 'image-info')
-rwxr-xr-ximage-info10
1 files changed, 10 insertions, 0 deletions
diff --git a/image-info b/image-info
new file mode 100755
index 0000000..e65e06a
--- /dev/null
+++ b/image-info
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+#filename=$1
+#filesize=$(du -h "$1")
+
+#geometry=$(identify -format '%wx%h' "$1")
+
+#tags=$(exiv2 -q pr -pi "$1" | awk '$1~"Keywords" {print $4","}')
+#tags=${tags%,}
+