Function puzzle_utils::image_to_png_bytes
source ยท pub fn image_to_png_bytes(image: &RgbBuffer) -> Result<Vec<u8>, ImageError>
Expand description
Converts a RgbBuffer to a Vec of bytes representing a PNG
pub fn image_to_png_bytes(image: &RgbBuffer) -> Result<Vec<u8>, ImageError>
Converts a RgbBuffer to a Vec of bytes representing a PNG