search4
02-02-2005, 12:07 PM
How can i save an image which is stretched to an other width and height then its original ?
This doesnt do the job..
Dim angel As String
angel = Dir1.Path + "\" + "small_" + File1.FileName
SavePicture Image1.Picture, angel
noi_max
02-02-2005, 03:08 PM
I saw a similar related topic recently that may help.
In this case the original poster was asking about shrinking instead of stretching.
Same concept though.
http://www.visualbasicforum.com/showthread.php?t=207242
zelg37
02-03-2005, 11:01 PM
"FennecFramer_Stretchblt_with_Halftoning_and_Transparency.zip"
is attached to the last post of this thread:
http://www.xtremevbtalk.com/t193433.html
It contains code for saving stretched (stretchblt-ed) images. The code is accessed from File menu > Save Picture.
VB_Alien
02-04-2005, 06:23 PM
I thought i had answered that question in your other post "stuck with my program" but maybe this wasnt what you were looking for.