A Rust image processing crate focused on generic image processing for a wide range of datatypes. stb_image is used as the default encoder/decoder and supportes the following formats:
Support for additional formats is provided by:
raw
v4l
serde
Add the following to your Cargo.toml
:
toml
[dependencies]
image2 = "0.5"