jruby / image_voodoo

ImageScience-compatible image processing for JRuby
MIT License
26 stars 10 forks source link

Provide metadata information provided by EXIF to image formats which support it. #14

Closed enebo closed 9 years ago

enebo commented 10 years ago

Java Image APIs allow us to get most/all of the embedded data in an XML format (from what I remember). It would be nice to mixin an Exif module which can return this info.

http://en.wikipedia.org/wiki/Exchangeable_image_file_format

enebo commented 9 years ago

I landed initial support for reading metadata from images late last week. I will open up followup issues for bugs and missing features.