Package-level declarations

Types

Link copied to clipboard
class BitMatrix(bitmap: Bitmap)
Link copied to clipboard
data class ImageCaptureModel(val image: Image, val metadata: CaptureResult, val orientation: Int?, val format: Int) : Closeable

The captured image and supporting information.

Link copied to clipboard
Link copied to clipboard
class YuvByteBuffer(image: Image, dstBuffer: ByteBuffer? = null)
Link copied to clipboard
class YuvToRgbConverter(context: Context)

Helper class used to convert a Image object from ImageFormat.YUV_420_888 format to an RGB Bitmap object, it has equivalent functionality to https://github .com/androidx/androidx/blob/androidx-main/camera/camera-core/src/main/java/androidx/camera/core/ImageYuvToRgbConverter.java

Link copied to clipboard
annotation class YuvType

Functions

Link copied to clipboard
fun Bitmap.applyMatrix(operations: BitMatrix.() -> Matrix): Bitmap