use Path;
use crate::*;
/// 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
/// 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