[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] MiniExiftool 0.6.0 released

Jan Friedrich

5/16/2008 7:26:00 PM

MiniExiftool version 0.6.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:
- New methods for serialization:
- MiniExiftool.from_hash
- MiniExiftool.from_yaml
- MiniExiftool#to_hash
- MiniExiftool#to_yaml
Thanks to Andrew Bennett for the initial idea of YAML-serialization

- Refactoring of tests
- Small documentation update