Access Metadata from JPEG?

Is it possible to access metadata from a JPEG? Are there any tutorials to do such in Rails? Any help is much appreciated! :slight_smile:

I found my answer. There is a gem that can read metadata (EXIF): http://exifr.rubyforge.org/

There is another discussion posted on stackoverflow about using the gem above. Also, there is a blog post about using RMagik and EXIF together:

Hope this info helps someone else.

Regards, Ben Babics