imProcessMergeComponents

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

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

Meta