Result

class Result(val width: Int, val height: Int, val colorSpace: String, val pixelBytes: ByteArray, val alpha: ByteArray?)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, colorSpace: String, pixelBytes: ByteArray, alpha: ByteArray?)

Properties

Link copied to clipboard

8-bit opacity plane (widthxheight) from a cdef channel, or null.

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

Interleaved 8-bpc samples: 1 (gray) or 3 (RGB) per pixel.

Link copied to clipboard
val width: Int