Skip to content

Instantly share code, notes, and snippets.

@jamesdaniels
Created February 2, 2009 21:17
Show Gist options
  • Save jamesdaniels/57100 to your computer and use it in GitHub Desktop.
Save jamesdaniels/57100 to your computer and use it in GitHub Desktop.
Gets the EXIF meta data for a file
`exiftool /Users/james/Desktop/james.psd`.split("\n").collect{|a| [a.split(':').first.strip, a.split(':')[1..100].join(':').strip]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment