imDibDecodeToBitmap

Converts a DIB into IM_RGB packed image, with or without alpha. * \ingroup dib

version(IM && Windows)
extern (C) @nogc nothrow
void
imDibDecodeToBitmap
(
const(imDib)* dib
,
ubyte* data
)

Meta