Function nannou::image::load

source ·
pub fn load<R>(r: R, format: ImageFormat) -> Result<DynamicImage, ImageError>
where R: BufRead + Seek,
Expand description

Create a new image from a Reader

Try io::Reader for more advanced uses.