pub fn encode_rgb_image(
image: &RgbImage,
metadata: &ImageMetadata,
path: &Path,
encode_options: &EncodeOptions,
) -> RawResult<()>Expand description
Encode a linear RGB image to a file.
Convenience wrapper over encode_rgb_image_to_vec.