PDA

Click to See Complete Forum and Search --> : saving multiple pics as one


bnicholson
Dec 6th, 2001, 02:54 PM
Does anyone know how to take two/more pics merge them & then save them as .bmp/jpg etc? and is it possible to add a label?
I have managed to paint one picture on top of another but when saving VB (6) only saves the original image!

Sastraxi
Dec 6th, 2001, 03:37 PM
Try using SavePicture with the .Image rather than the .Picture property.

bnicholson
Dec 8th, 2001, 09:05 AM
Thanks for the help but I'd tried that I eventually got it working by loading both pictures onto the form itself and using

SavePicture Image, "d:\TEST.BMP"

which some ow saves the whole image of the form into one bmp.