github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

remvee / exifr

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 31
    • 2
  • Source
  • Commits
  • Network (2)
  • Issues (0)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (3)
    • release-0.10.9
    • release-0.10.8
    • 0.10.6.1
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

EXIF Reader — Read more

  cancel

http://exifr.rubyforge.org/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

github doesn't serve gems anymore 
remvee (author)
Tue Nov 10 12:50:45 -0800 2009
commit  5a08fc24250f5e5e5331d6a937fc5390fd189468
tree    25b6b04d412a8b2a993417de2b4e84f6dd339557
parent  345d3fb4ce5a6c8e8627905986c3f54fa9358a7f
exifr /
name age
history
message
file .gitignore Sun Aug 03 01:37:15 -0700 2008 ignore generated doc/api dir [remvee]
file CHANGELOG Tue Nov 10 12:28:15 -0800 2009 release version 0.10.9 [remvee]
file MIT-LICENSE Tue Sep 22 21:15:06 -0700 2009 add license file [remvee]
file README.rdoc Sat Feb 21 13:23:27 -0800 2009 release 0.10.8 [remvee]
file Rakefile Sat Feb 21 13:23:27 -0800 2009 release 0.10.8 [remvee]
directory bin/ Fri Dec 28 03:02:32 -0800 2007 r3716@RemBook2: remco | 2007-12-28 12:02:21 +... [remvee]
directory doc/ Tue Nov 10 12:50:45 -0800 2009 github doesn't serve gems anymore [remvee]
file exifr.gemspec Tue Nov 10 12:33:53 -0800 2009 added missing tests to gemspec [remvee]
directory lib/ Tue Nov 10 12:15:39 -0800 2009 GH issue #2 "Nil pointer in tiff.rb" Handle ba... [remvee]
directory tests/ Tue Nov 10 12:15:39 -0800 2009 GH issue #2 "Nil pointer in tiff.rb" Handle ba... [remvee]
README.rdoc

EXIF Reader

EXIF Reader is a module to read metadata from JPEG and TIFF images.

Examples

  EXIFR::JPEG.new('IMG_6841.JPG').width               # => 2272
  EXIFR::JPEG.new('IMG_6841.JPG').height              # => 1704
  EXIFR::JPEG.new('IMG_6841.JPG').exif?               # => true
  EXIFR::JPEG.new('IMG_6841.JPG').model               # => "Canon PowerShot G3"
  EXIFR::JPEG.new('IMG_6841.JPG').date_time           # => Fri Feb 09 16:48:54 +0100 2007
  EXIFR::JPEG.new('IMG_6841.JPG').exposure_time.to_s  # => "1/15"
  EXIFR::JPEG.new('IMG_6841.JPG').f_number.to_f       # => 2.0

  EXIFR::TIFF.new('DSC_0218.TIF').width               # => 3008
  EXIFR::TIFF.new('DSC_0218.TIF')[1].width            # => 160
  EXIFR::TIFF.new('DSC_0218.TIF').model               # => "NIKON D1X"
  EXIFR::TIFF.new('DSC_0218.TIF').date_time           # => Tue May 23 19:15:32 +0200 2006
  EXIFR::TIFF.new('DSC_0218.TIF').exposure_time.to_s  # => "1/100"
  EXIFR::TIFF.new('DSC_0218.TIF').f_number.to_f       # => 5.0

Author

R.W. van ‘t Veer

Copyright

Copyright © 2006, 2007, 2008, 2009 - R.W. van ‘t Veer

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server