-
Notifications
You must be signed in to change notification settings - Fork 0
encode bitmap
milan jurkulák edited this page May 2, 2024
·
1 revision
//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