The OpenD Programming Language

Image.errored

The image is unusable and has no known PixelType, nor any data pointed to. You can reach this state with OOM, failing to load a source image, etc. Always return !isError(). Tags: none.

import gamut.image;
struct Image
nothrow @nogc @safe deprecated
alias errored = isError

Meta