30 releases
2.0.0-preview8 | Sep 26, 2023 |
---|---|
2.0.0-preview5 | Apr 3, 2023 |
2.0.0-preview4 | Jan 6, 2023 |
2.0.0-preview3 | Dec 23, 2022 |
1.4.10-rc50 | Jul 5, 2020 |
#342 in Images
4,177 stars & 66 watchers
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?
- Graphs are flexible, and easily transmitted over the wire.
- 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
~25MB
~475K SLoC