mmb-iphone_polaroid

Post-process iPhone camera pictures with Polaroid effect adding date and location from EXIF.


Install
gem install mmb-iphone_polaroid -v 0.0.3

Documentation

Makes a picture from an iPhone camera look like a Polaroid. Adds date and
city and state where the picture was taken at the bottom.

Date is from EXIF data.

City and state are reverse geocoded from latitude and longitude in EXIF data.

Inspired by and some code borrowed from RMagick Polaroid effect page

Font used in example is Amaze

Example usage:


require 'iphone_polaroid'

img = Magick::Image::read('input.jpeg').first

img.iphone_polaroid.write('polaroid.jpeg')