[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] MiniExiftool 1.0.0 released

Jan Friedrich

9/12/2008 8:40:00 PM

MiniExiftool version 1.0.0 released!

http://miniexiftool.ruby...

MiniExiftool is a wrapper library for the Exiftool command-line
application (www.sno.phy.queensu.ca/~phil/exiftool/) written by Phil
Harvay. One of the completest tool for reading and writing meta
informations (EXIF, IPTC, XMP) on image files which supports many file
formats including raw formats.


Installation:
gem install mini_exiftool

or alternative download the tarball and run
ruby setup.rb config
ruby setup.rb setup
sudo ruby setup.rb install


Tutorial:
http://miniexiftool.ruby...files/Tutorial.html


Changes:
- Changing in the interface:
- List tags (e.g. Keywords, SupplementalCategories) are now handled
as arrays.
- Tag SubjectLocation is not longer an array value but a string
value!