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.
Printable View
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.
use the SavePicture functino will do
Code:SavePicture Picture1.Picture, "C:\Mypic.bmp"
Ok...
Then, I could do the same in JPG format?
should be able to just change the file extension
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.
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.