imDibDecodeToMap

Converts a DIB into an indexed image. bpp must be <=8. colors must have room for at least 256 colors. * colors is rgb packed (RGBRGBRGB...) * \ingroup dib

version(IM && Windows)
extern (C) @nogc nothrow
void
imDibDecodeToMap
(
const(imDib)* dib
,
ubyte* map
,
c_long* palette
)

Meta