Mapel: A dead-simple image-rendering DSL

Mapel is a dead-simple, chainable image-rendering DSL for ImageMagick. Still very much an experiment-in-progress, it supports a dozen or so essential commands.

Example:

Mapel.render('image.jpg').resize("50%").to('output.jpg').run

Fun Fact

Mapel is named after a tortoiseshell cat.

Meta

Written by Aleks Williams (github.com/akdubya)

Released under the MIT License: www.opensource.org/licenses/mit-license.php

github.com/akdubya/mapel