with Logo
fun withLogo(logo: ByteArray?, width: Int, height: Int, clearLogoArea: Boolean = true): QRCodeBuilder(source)
Adds an image on top of the QRCode, at the center of it.
If clearLogoArea is false
the cells behind the logo will be drawn as normal.