[][src]Function image2::io::encode_png

pub fn encode_png<T: Type, C: Color, I: Image<T, C>>(
    image: &I
) -> Result<Vec<u8>, Error>

Encode image to png in memory