pub fn to_png_to_vec_by_segments(
    segments: &[QrSegment],
    ecc: QrCodeEcc,
    size: usize
) -> Result<Vec<u8>, Error>
Expand description

Encode data to a PNG image in memory.