image2

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:

Optional crate features

Installation

Add the following to your Cargo.toml:

toml [dependencies] image2 = "0.5"