Skip to content

dguzzo/RMagick-Blend

Repository files navigation

RMagick-Blend

——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.

Examples here

Table of Contents

installation

building & installing from source

git clone https://github.com/dguzzo/RMagick-Blend.git
gem build rmagick-blend.gemspec
gem install rmagick-blend[version].gem

running-blending

require 'rmagick-blend'

blender = RMagickBlend::Blend.new
blender.create_blends

List of composite operations

link to outputted file

Feedback

Comments on the sanity of my code—either general or specific—are extremely welcomed.