RegionDecoder

Functions

Link copied to clipboard
abstract suspend fun decodeRegion(inSampleSize: Int, rect: Rect): ImageBitmap?
Link copied to clipboard
abstract fun height(): Int
Link copied to clipboard
abstract fun isRecycled(): Boolean
Link copied to clipboard
abstract fun recycle()
Link copied to clipboard
abstract fun rotate(imageBitmap: ImageBitmap, degree: Float): ImageBitmap
Link copied to clipboard
abstract fun width(): Int