Introduction - Imageflow (original) (raw)

Imageflow

Querystring API

Also called RIAPI (RESTful Image API)

This API doesn't care about the order in which you specify commands; they're executed in a standard order regardless.

trim whitespace -> srotate -> sflip -> crop -> scale -> filter -> pad -> rotate -> flip

Executing with imageflow_tool

imageflow_tool v1/querystring --in a.jpg --out b.jpg --command "w=100&h=100&mode=max" --quiet

URLs with demo server

http://localhost:39876/demo\_images/tulip-leaf.jpg?w=300&h=300&mode=max

Common examples