encode bitmap - mimoccc/tvapp GitHub Wiki
//tvlib/org.mjdev.tvlib.glide.sources.qrcode/BarcodeEncoder/encodeBitmap
[androidJvm]
fun encodeBitmap(contents: String?, format: BarcodeFormat?, width: Int, height: Int, backgroundColor: Int = WHITE, foregroundColor: Int = Color.BLACK): Bitmap
fun encodeBitmap(contents: String?, format: BarcodeFormat?, width: Int, height: Int, backgroundColor: Int = WHITE, foregroundColor: Int = Color.BLACK, hints: Map<EncodeHintType?, *>?): Bitmap