1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
= ruby-libexif - an interface to libexif library
libexif is a library for parsing, editing, and saving EXIF data.
You can retrieve useful information from EXIF tags contained in
images created by recording equipments(for example, digital camera).
For more information, please refer ((<URL:http://libexif.sourceforge.net/>))
== Requirements
* ruby-1.6 or heigher
* libexif-0.5.6 (or heigher)
== Install
$ ruby extconf.rb
$ su
# make site-install
== Author
Copyright (C) 2002 Ryuichi Tamura (r-tam@fsinet.or.jp)
See 'COPYING' file for license information.
== Homepage
((<URL:http://tam.0xfa.com/ruby-libexif/>))
== Bugs
methods to edit the value of EXIF tag is not yet implemented.
|