imProcessInterlaceSplit

Split the image in two images, one containing the odd lines and other containing the even lines. \n * Images must be of the same type. Height of the output images must be half the height of the input image. * If the height of the input image is odd then the first image must have height equals to half+1. * * \verbatim im.ProcessInterlaceSplit(src_image: imImage, dst_image1: imImage, dst_image2: imImage) [in Lua 5] \endverbatim * \verbatim im.ProcessInterlaceSplitNew(image: imImage) -> new_image1: imImage, new_image2: imImage [in Lua 5] \endverbatim * \ingroup geom

extern (C) @safe nothrow
void
imProcessInterlaceSplit

Meta