CoreImageInfo

data class CoreImageInfo(val width: Int, val height: Int, val bpp: Int = 32, val format: CoreImageFormat? = null, val premultiplied: Boolean = true)

Provides information about an image.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, bpp: Int = 32, format: CoreImageFormat? = null, premultiplied: Boolean = true)

Properties

Link copied to clipboard
val bpp: Int

Bits per pixel

Link copied to clipboard
Link copied to clipboard
val height: Int

height of the image

Link copied to clipboard
Link copied to clipboard
val width: Int

width of the image