[][src]Function qrcode_generator::to_png_to_vec_by_segments

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

Encode data to a PNG image in memory.