pub fn save_image_buffer( path: &str, bytes: Vec<u8>, format: ImageFormat, ) -> Result<()>
Create an image buffer given an input of bytes.
bytes