EXIFR 0.9.2

Published at: 30.V.2006 06:38 CEST
Categories: english, exifr, ruby

I’ve released a new version of EXIF Reader between changing diapers;

  • bug fix; #4595 EXIFR::JPEG doesn’t support multiple comments, the
    comment property of a JPEG object now contains an array instead of a string
    when multiple COM frames are found
  • EXIF orientation modules including RMagick code to rotate to viewable state
  • access to thumbnail included in EXIF
  • simple commandline utility, “exifr”, to view image properties
  • overall code improvements including documentation and tests

Check it out:

gem install exifr

gem install exifr

Gepubliceerd op: 19.IV.2006 10:38 CEST
Categorieën: exifr, rails, ruby

Yay! Ik ben de trotse stichter van de EXIF Reader gem, een simple module om EXIF tags uit JPEG te lezen. Alle moderne digitale camera welke JPEG’s maken, gebruiken EXIF tags om informatie over de genomen foto op te slaan zoals sluitertijd, diafragma etc. Allemaal essentieel als je een foto album applicatie aan het bouwen bent en wat moet je anders doen als je blog applicatie “af” is. ;-)

Lees verder →