A modular crate for working with images in Rust.
For now, I'll be keeping it kind of low key. Insert this
in your Cargo.toml
file:
[dependencies.feim]
tag = "v0.19"
features = ["enable-all-formats"]
git = "https://github.com/sug0/feim"
To consult example code, browse the drivers
directory
in this repository.
This is a low traffic version of https://sr.ht/~sugo/feim. Pushes on GitHub are less frequent.