Skip to content

imgflo 0.2.0

Latest
Compare
Choose a tag to compare
@jonnor jonnor released this 28 Oct 21:32
· 217 commits to master since this release

server

Moved to separate git repository jonnor/imgflo-server

runtime

Registration as Flowhub.io runtime now done in main imgflo executable,
use environment variables FLOWHUB_USER_ID and IMGFLO_RUNTIME_ID to specify.

Support for running on Heroku out-of-the-box, just set above envvars
and push git repo to an heroku app and connect from Flowhub.

Added annotations for many more port types; including number, booleans, enums, colors.
This lets Flowhub bring up more suitable UIs than the general string input.
Added support for default values for IIPs.

Multiple graphs are now supported, allowing to switch
between graphs in a Flowhub project without wierd issues.

Fix an issue with Flowhub 0.2.0+ due to not setting runtime capabilities correctly.

The Processor component now checks that bounds have a sane value,
and disables processing if 0x0 or clips if above max_size.
NB: Currently max_size limit not configurable.

Default GEGL build has been updated to recent git master version,
and now includes the 'workshop' operations.