imDibDecodeToRGBA

Converts a DIB into an RGBA image. alpha is optional. bpp must be >8. \n * alpha is used only when bpp=32. * \ingroup dib

version(IM && Windows)
extern (C) @nogc nothrow
void
imDibDecodeToRGBA
(
const(imDib)* dib
,
ubyte* red
,
ubyte* green
,
ubyte* blue
,
ubyte* alpha
)

Meta