render To Bytes
fun renderToBytes(qrCodeGraphics: QRCodeGraphics = graphics, xOffset: Int = this.xOffset, yOffset: Int = this.yOffset, format: String = "PNG"): ByteArray(source)
Calls render and then returns the bytes of a format (default = PNG) render of the QRCode.