What is it?
EXIF Reader is a module to read metadata from JPEG and TIFF images.
How do I install it?
gem install exifr
How do I use it?
$ irb -rubygems
>> require 'exifr'
true
>> EXIFR::JPEG.new('IMG_1234.JPG').exposure_time.to_s
1/500
Where's the documentation?
See the API documentation for details.
What if I find bugs?
Please report problems at the EXIFR project at RubyForge. Don't forget to attach image files to help me reproduce the bugs you report!