Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class Image(val format: ImageFormat, val size: ImageSize, val bytes: ByteArray)

Represents an image.

Link copied to clipboard

Image format.

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

Represents image size in pixels.

Link copied to clipboard
data class ImageSizeDouble(val width: Double, val height: Double)

Image size in decimal values.