Companion

object Companion

Image's companion object.

Functions

Link copied to clipboard
fun produce(): Image

Create an image object

Link copied to clipboard
external fun produceWithDataBuffer(data: DataBuffer, format: Int): Image?

Create an image object from a data buffer in a specific format formats currently supported are enumerated in EImageFileFormat

Link copied to clipboard
external fun produceWithId(id: Int): Image

Create an image object from an image id

Link copied to clipboard
external fun produceWithPath(path: String): Image

Create an image object from a given file path