[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.2.0 released

Jan Friedrich

2/22/2007 8:24:00 PM

MiniExiftool version 0.2.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.


Changes:
- Better error handling (i.e. error messages)
- Checking if the exiftool command can be executed at loading the lib
- New class methods
MiniExiftool.exiftool_version, MiniExiftool.writable_tags
- Bugfix for Windows (Tempfile)
Thanks to Jérome Soika for testing
- Regexes a little bit optimized
- More tests