PDA

Click to See Complete Forum and Search --> : Hey Guys... HELP HERE!


Arie
Mar 9th, 2001, 10:15 AM
Hi!

I want to know if I BitBlt into the form's HDC and then I want to save it into a BMP or JPG file, how can I do it?

Thank you,
Arie.

Chris
Mar 9th, 2001, 11:07 AM
use the SavePicture functino will do


SavePicture Picture1.Picture, "C:\Mypic.bmp"

Arie
Mar 10th, 2001, 09:17 AM
Ok...
Then, I could do the same in JPG format?

Mar 10th, 2001, 09:38 AM
should be able to just change the file extension

Chris
Mar 10th, 2001, 11:15 AM
Arie, yes you can do it that way. but the size in jpg and gif will be exactly the same size as bmp format.

IF you really need to be in gif or jpg format. do source for others 3rd party tools.

Arie
Mar 10th, 2001, 01:27 PM
Thank you...
That's all I needed.
When I'll finish my little game,
I'll bring it here to POLL it.
Remember me...
Bye.