Function image2::io::write

source ·
pub fn write<P: AsRef<Path>, T: Type, C: Color>(
    _path: P,
    _image: &Image<T, C>
) -> Result<(), Error>
Expand description

Write image to disk, this implementation is a stub, to enable I/O use the oiio trait to use the OpenImageIO backend, or magick to use the ImageMagick backend