Skip to main content

encode_ppm

Function encode_ppm 

Source
pub fn encode_ppm(width: u32, height: u32, data: &[u8]) -> Result<Vec<u8>>