Function imgproc_rs::io::write[][src]

pub fn write(input: &Image<u8>, filename: &str) -> ImgIoResult<()>

Writes an RGB(A)8 or Gray(A)8 Image<u8> into an image file. A wrapper around image::io::Reader::save()