Function openexr::deep::deep_image_io::save_deep_image[][src]

pub fn save_deep_image<P: AsRef<Path>>(
    filename: P,
    image: &DeepImage
) -> Result<(), Error>
Expand description

Saves image in an OpenEXR file at path filename. The file will be tiled if the image has more than one level, otherwise the file will be scan-line based.

Errors