loadOwnedImagePremul

Loads an image from compressed data and ensure the alpha is premultiplied. The returned OwnedImage!RGBA should be destroyed with destroyFree.

nothrow @nogc
loadOwnedImagePremul
(
in void[] imageData
)

Throws

ImageIOException on error.

Meta