AddBitmaps method (Main Control)

Visual Basic example
Visual C++ 5.0 example

Syntax short AddBitmaps(short iFlags);

Overview:  Refer to Combining Images.

Remarks

Adds or averages the bitmaps in the BitmapList property.

This operation can be used to add several images of the same view to improve the lightness or brightness of the image. It can also eliminate the random noise contained in these images by doing an average of all bitmaps.

This method performs operations between data byte-by-byte. An image can be any color resolution. The resulting image of this operation will be stored in the first bitmap in the list. The operations are performed based on the smallest width and height of the input images.

This method supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale images and 48 and 64-bit color images is available only in the Document/Medical toolkits.

See Also

Elements:  BitmapList property, Underlay method, Combine method

Topics:  Raster Images: Modifying Intensity Values
Image Processing

Changing Brightness and Contrast

Removing Noise