Project

mapel

0.01
No commit activity in last 3 years
No release in over 3 years
A dead-simple image rendering DSL.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

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