PicturizeBitmapList method (Main Control)

Visual Basic example
Visual C++ 5.0 example

Syntax short PicturizeBitmapList(short iCellWidth, short iCellHeight, short iLightnessFact, OLE_HANDLE hList);

Overview:  Refer to Combining Images.

Remarks

Picturizes the bitmap using thumbnail images created from the specified bitmap list.

The image, or selected region, is broken down into rectangles of size iCellWidth x iCellHeight. For each rectangle, the image in the list that best approximates that rectangle is inserted in the original image. The thumbnail image may be corrected, to approximate a rectangle.

The iLightnessFact parameter can be used to change the lightness of the big image by changing the lightness of each rectangle.

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:  Picturize method, PicturizeSingle method

Topics:  Raster Images: Combining Images
Examining and Altering Bitmaps