Function image2::io::read

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

Read image from 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