Companion

object Companion

IBitmap's companion object

Functions

Link copied to clipboard
fun produce(buffer: ByteBuffer, format: EImagePixelFormat, width: Int, height: Int): IBitmap?

Wraps a ByteBuffer into an IBitmap.

Link copied to clipboard
fun produceAlpha8(bitmap: Bitmap?): IBitmap?
Link copied to clipboard
fun produceBgr888(bitmap: Bitmap?): IBitmap?