Explorar el Código

Remove tags from image-info

master
Bert Münnich hace 6 años
padre
commit
04950162ea
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      exec/image-info

+ 1
- 3
exec/image-info Ver fichero

@@ -14,9 +14,7 @@ exec 2>/dev/null

filename=$(basename -- "$1")
filesize=$(du -Hh -- "$1" | cut -f 1)

geometry="${2}x${3}"
tags=$(identify -format '%[IPTC:2:25]' ":$1" | tr ';' ',')

echo "${filesize}${s}${geometry}${tags:+$s}${tags}${s}${filename}"
echo "${filesize}${s}${geometry}${s}${filename}"


Cargando…
Cancelar
Guardar