Hi, I'm working on an web application that will let users upload image files and other things
I would like to be able to make use of any EXIF metadata present in some image files
From searching the web the best solution available seems to be Phil Harvey's "exiftool"
--> ExifTool by Phil Harvey
Is there any chance of having this installed on islander? it would be a great advantage to me.
I am writing in RUBY/RAILS and there is a pure ruby solution in the form of the "eixfr" Ruby Gem, but it only works for jpeg and tiff files.
exiftool supports a wide variety of meta data formats and file types. It is a command line tool with wrappers for Perl and Ruby.
I would like to be able to make use of any EXIF metadata present in some image files
From searching the web the best solution available seems to be Phil Harvey's "exiftool"
--> ExifTool by Phil Harvey
Is there any chance of having this installed on islander? it would be a great advantage to me.
I am writing in RUBY/RAILS and there is a pure ruby solution in the form of the "eixfr" Ruby Gem, but it only works for jpeg and tiff files.
exiftool supports a wide variety of meta data formats and file types. It is a command line tool with wrappers for Perl and Ruby.
Comment