Imagin image processor web service

Imagin image processor web service

Imagin is a simple web service for processing and generating images. It understands a very basic text-based language describing transformations to apply to images. Interface To call Imagin, send an HTTP POST to http://imagin.notdot.net/do. The body of the post should be of mime-type multipart/form-data, and contain at least one form element, called “code”, containing the Imagin script to execute. It may also contain any number of additional fields containing images for the script to use; these will be added as variables before the script begins executing.

Pretty simple

there are other sourced in this article including one that runs on google app engine


About this entry