AddBitmaps method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AddBitmaps(HBITMAPLIST hList, int uFlags);

Delphi Syntax

Function AddBitmaps hList: HBITMAPLIST; uFlags: L_INT ): L_INT;

Overview

Refer to Combining Images.

Remarks

Add or averages the bitmaps in the hList parameter.

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 images 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:

Underlay method, Combine method

Topics:

Raster Images: Modifying Intensity Values

 

Image Processing

 

Changing Brightness and Contrast

 

Removing Noise