lenna-core 
Lenna is a library for image processing algorithms and apps.
This is the core library for lenna.
quickstart

create plugins
use Processor;
use PluginRegistrar;
export_plugin!;
extern "C"
;
🐍 build python bindings
Create a virtual environment for python and install lenna-core using pip.
🌏 Language Support
| Rust | JavaScript | Python | C++ | WASM |
|---|---|---|---|---|
| Yes | Yes | Yes | No | Yes |
📜 License
This software is licensed under the MIT © lenna-project.