loadOwnedImage

The one function you probably want to use. Loads an image from a static array. The OwnedImage is allocated with mallocEmplace and should be destroyed with destroyFree.

nothrow @nogc
loadOwnedImage
(
in void[] imageData
)

Throws

ImageIOException on error.

Meta