0.0
No commit activity in last 3 years
No release in over 3 years
Resizes images on the fly and caches the restults.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Illusionist

Code Climate

A simple image server written as rack middle ware. Attempts to comply with riapi (https://github.com/riapi/riapi/blob/master/level-1.md)

Install

Illustionist is now a gem istalling should be as easy as:

gem install illusionist

Implemented Features

  • resizes height and witdh
  • defaults height to width if not provided (not quite riapi)
  • allows four constraint modes when resizing, max, pad, crop, and stretch
  • uses transparent background for padding if the image isn't fully transparent