summaryrefslogtreecommitdiffstats
path: root/image-info
blob: e65e06a06d207a105a2f69ee2cd491fe7ddf9c44 (plain) (blame)
1
2
3
4
5
6
7
8
9
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%,}