pub fn to_image_from_str<S: AsRef<str>>(
    text: S,
    ecc: QrCodeEcc,
    size: usize
) -> Result<Vec<u8>, QRCodeError>
Expand description

Encode text to raw image in memory.