Selaa lähdekoodia

Fixed issue #77, limit geometry info to first image frame

master
Bert Münnich 12 vuotta sitten
vanhempi
commit
bcbe3b1475
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      Makefile
  2. +1
    -1
      image-info

+ 1
- 1
Makefile Näytä tiedosto

@@ -1,4 +1,4 @@
VERSION = git-20130127
VERSION = git-20130129

PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man


+ 1
- 1
image-info Näytä tiedosto

@@ -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%,}


Loading…
Peruuta
Tallenna