A Rust library focused on generic image processing for a wide range of datatypes. stb_image is used as the default encoder/decoder and supports the following formats:
Additional formats are provided by:
raw
v4l
ser
parallel
Add the following to your Cargo.toml
:
toml
[dependencies]
image2 = "0.7"