Image

data class Image(val format: ImageFormat, val size: ImageSize, val bytes: ByteArray)

Represents an image.

Constructors

Link copied to clipboard
fun Image(format: ImageFormat, size: ImageSize, bytes: ByteArray)

Properties

Link copied to clipboard

Image bytes.

Link copied to clipboard

Image format.

Link copied to clipboard

Image size in pixels.