Created
February 2, 2009 21:17
-
-
Save jamesdaniels/57100 to your computer and use it in GitHub Desktop.
Gets the EXIF meta data for a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`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