You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/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%,}
|