pub fn export_dng(
path: &Path,
image: &RgbImage,
metadata: &ImageMetadata,
config: &DngExportConfig,
) -> RawResult<()>Expand description
Export an RGB image as a demosaiced linear DNG file.
Thin wrapper over [export_dng_to_writer] that creates the file at path.