Created
February 2, 2009 21:17
Revisions
-
jamesdaniels renamed this gist
Feb 2, 2009 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jamesdaniels renamed this gist
Feb 2, 2009 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jamesdaniels renamed this gist
Feb 2, 2009 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jamesdaniels revised this gist
Feb 2, 2009 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,6 @@ `exiftool /Users/james/Desktop/james.psd`.split("\n").collect{|a| [ (array = a.split(':')).first.strip, (array.shift && array).join(':').strip ] } -
jamesdaniels created this gist
Feb 2, 2009 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ `exiftool /Users/james/Desktop/james.psd`.split("\n").collect{|a| [a.split(':').first.strip, a.split(':')[1..100].join(':').strip]}