loadOwnedImageDepth

Loads an image to be a 16-bit one channel image (OwnedImage!L16). The returned OwnedImage!L16 should be destroyed with destroyFree.

nothrow @nogc
loadOwnedImageDepth
(
in void[] imageData
)

Throws

ImageIOException on error.

Meta