#image-processing #web-server #graph #lib #operation #libimageflow

imazen/imageflow_core

High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow

30 releases

2.1.0-rc02 Feb 7, 2025
2.0.2-test03 Feb 12, 2025
2.0.0-preview8 Sep 26, 2023
2.0.0-preview5 Apr 3, 2023
1.4.10-rc50 Jul 5, 2020

#359 in Images

4,230 stars & 64 watchers

and GPL-3.0-or-later

635KB
14K SLoC

imageflow_core

Build notes

Run ./build.sh c before attempting to compile this crate

This crate depends on imageflow_helpers, imageflow_riapi, and imageflow_types.

Why an operation graph?

  1. Graphs are flexible, and easily transmitted over the wire.
  2. You can optimize graphs reasonably easily by eliminating useless steps or merging others.

The graph is always directed and acyclic.

It's easy to traverse to determine which decoders contributed data to a given operation or encoder. It also facilitates multi-input and multi-output image jobs.

Dependencies

~26MB
~474K SLoC