Available in the LEADTOOLS Imaging toolkit. |
PicturizeSingle method (Main Control)
Visual
Basic example
Visual
C++ 5.0 example
Syntax short PicturizeSingle(OLE_HANDLE hBitmap, short iCellWidth, short iCellHeight, short iLightnessFact);
Overview: Refer to Combining Images.
Remarks
Picturizes the bitmap using the specified thumbnail image.
The image, or selected region, is broken down into rectangles of size iCellWidth x iCellHeight. For each rectangle, the thumbnail image is corrected to approximate that rectangle, and inserted in the original image. Note that every rectangle is replaced by the same image.
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, PicturizeBitmapList method
Topics: Raster
Images: Combining Images
Examining and Altering Bitmaps