NativeImageRef

interface NativeImageRef

A reference to a native image. So we can use it without depending on other libraries.

Properties

Link copied to clipboard
abstract val data: Any?

Native data of the image. For example a BufferImage in the case of the JVM.

Link copied to clipboard
abstract val height: Int

Height of the image

Link copied to clipboard
abstract val width: Int

Width of the image