Fixed issue #77, limit geometry info to first image frame
This commit is contained in:
@ -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%,}
|
||||
|
Reference in New Issue
Block a user