loadImage

The one function you probably want to use. Loads an image from a static array. Might throw internally.

Image!RGBA
loadImage
(
in void[] imageData
)

Throws

ImageIOException on error.

Meta