Available in the LEADTOOLS Imaging toolkit. |
Picturize example for Visual Basic
' replace the current image in the main control with an image created
' from all the images present in c:\images. Resize all images present in that directory
' to 32x32 pixels and load them all in memory before proceeding
LEAD1.ScaleMode = 3 ‘use pixels as measurement units for size
LEAD1.Picturize "c:\images", PICTURIZE_LOADALL+PICTURIZE_RESIZE, 32, 32