A Simple X Image Viewer
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.
 
 
 
 
 
 

11 lines
176 B

  1. #!/bin/sh
  2. #filename=$1
  3. #filesize=$(du -h "$1")
  4. #geometry=$(identify -format '%wx%h' "$1")
  5. #tags=$(exiv2 -q pr -pi "$1" | awk '$1~"Keywords" {print $4","}')
  6. #tags=${tags%,}