ImageLoadIO.loadImage

Load an image from raw bytes.

interface ImageLoadIO
loadImage
(
const(ubyte)[] image
)

Return Value

Type: Image

Loaded image.

Throws

Any Exception if the file is not a valid image file, or it cannot be decoded by this I/O system.

Meta