Package-level declarations

Types

Link copied to clipboard
data class BgrRawImage(val size: ImageSize, val bytes: ByteArray)

Represents an image with 8-bit BGR color components with the values Blue, Green, and Red stored in 3 bytes.

Link copied to clipboard
data class ImageSize(val width: Int, val height: Int)

Represents image size in pixels.