imProcessSplitComponents

Split a multicomponent image into separate components, including alpha.\n * Target images must be IM_GRAY. Size and data types must be all the same.\n * The number of target images must match the depth of the source image, including alpha. * * \verbatim im.ProcessSplitComponents(src_image: imImage, dst_image_list: table of imImage) [in Lua 5] \endverbatim * \verbatim im.ProcessSplitComponentsNew(src_image: imImage) -> dst_image_list: table of imImage [in Lua 5] \endverbatim * \ingroup colorproc

version(IM)
extern (C) @nogc nothrow
void
imProcessSplitComponents

Meta