@Beta(2020, 6) interface Image : JniNativeHandleOwner
An interface that represents an image.
abstract fun getChannels(): Int
Gets the number of channels in the image. |
|
abstract fun getHeight(): Int
Gets the height in pixels of the image. |
|
abstract fun getId(): String
Returns the id (a human-readable name) of the image. |
|
abstract fun getWidth(): Int
Gets the width in pixels of the image. |