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)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard

Image bytes.

Link copied to clipboard

Image format.

Link copied to clipboard

Image size in pixels.