jasonbw / exif_utility

Exif Utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exif Utility

Exif Utility is a ruby module for reading Exif information from JPEGs.

It is currently in progress and only supports reading of certain Exif tags. See ‘./lib/exif_utility/data.rb` for all of the tags that have been implemented so far.

How to use Exif Utility

ExifUtility::ExifUtility.new('image.jpg').data.date_time

About

Exif Utility

License:MIT License


Languages

Language:Ruby 100.0%