JPEGEncoder

class JPEGEncoder(quality: Int = 50)(source)

Constructors

Link copied to clipboard
constructor(quality: Int = 50)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun encode(bmp: Bitmap32, quality: Int? = null): ByteArray