Explorar el Código

Added skeleton for image-info user script

master
Bert Münnich hace 12 años
padre
commit
cae5358234
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. +10
    -0
      image-info

+ 10
- 0
image-info Ver fichero

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


Cargando…
Cancelar
Guardar