——Speed dating for your photos——
A small gem that uses RMagick—a gem that acts as a wrapper around the classic ImageMagick library—to run various composite operations on source images, producing a composite output.
git clone https://github.com/dguzzo/RMagick-Blend.git
gem build rmagick-blend.gemspec
gem install rmagick-blend[version].gem
require 'rmagick-blend'
blender = RMagickBlend::Blend.new
blender.create_blends
Comments on the sanity of my code—either general or specific—are extremely welcomed.