pub fn write_png_file_u8(
    file: &Path,
    rgb_data: &[u8],
    image_width: u32,
    image_height: u32
)
Expand description

Writes RGB-bytes into the given file using png-crate.