Introduction
- Imageflow can be used as a library (libimageflow or imageflow-dotnet)
- Imageflow can be used as a command-line tool for scripting (imageflow_tool)
- Imageflow can be used as an HTTP server (Imageflow.Server)
All share support for the querystring API (RIAPI). libimageflow, imageflow-dotnet, and imageflow_tool currently support the JSON API.
The querystring API is much simpler, but the JSON API can compose multiple images or generate multiple image versions in a single job. You can also use the querystring API from within the JSON API.