Function zipng::png_to_vec

source ·
pub fn png_to_vec(png_contents: &impl ToPng) -> Vec<u8> 
Expand description

Creates a PNG file with the given image data.