Combining Images

Use the following methods to combine images from two bitmaps:

AlphaBlend method

Combine method

CombineBitmapWarp method

CombineExt method

FeatherAlphaBlend method

Underlay method

To combine image data from the source bitmap (the slave) into the destination bitmap (master) using a perspective warp, use the CombineBitmapWarp method. If you want to specify the areas to be combined, the operations to be performed when combining the data, and which color planes (R or G or B or R, G, and B) are used, use the CombineExt method.

Use the following methods to add or average the bitmaps:

AddBitmaps method

Use the following method to create a fade mask bitmap:

CreateFadedMask method

Use the following methods to picturize the bitmap:

PicturizeBitmapList method

PicturizeSingle method

Use the following method to replace an image with an image created from images present in a specific directory:

Picturize method