loadOwnedImage

Loads an image from compressed data. The returned OwnedImage!RGBA should be destroyed with destroyFree.

nothrow @nogc
loadOwnedImage
(
in void[] imageData
)

Throws

ImageIOException on error.

Meta