image2

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:

Optional crate features

Installation

Add the following to your Cargo.toml:

toml [dependencies] image2 = "0.5"