Skip to content

encode bitmap

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.glide.sources.qrcode/BarcodeEncoder/encodeBitmap

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

Clone this wiki locally