Save Image in Harddisk.
-
I have displayed a bitmap on the screen.Now i want to save it in the harddisk after performing some painting operations on it.How do i achieve this?Please help. Thanking you in advance, Ashwath.
-
I have displayed a bitmap on the screen.Now i want to save it in the harddisk after performing some painting operations on it.How do i achieve this?Please help. Thanking you in advance, Ashwath.
Try it :) :
CImage::Attach(HBITMAP);
CImage::Save(LPCTSTR);
CImage::Detach();virtual void BeHappy() = 0;
-
Try it :) :
CImage::Attach(HBITMAP);
CImage::Save(LPCTSTR);
CImage::Detach();virtual void BeHappy() = 0;
Please let me know if we can use CImage code in VS2008. Thanks, Ashwath.
-
Please let me know if we can use CImage code in VS2008. Thanks, Ashwath.
Yes, just include <atlimage.h> :)
virtual void BeHappy() = 0;
-
I have displayed a bitmap on the screen.Now i want to save it in the harddisk after performing some painting operations on it.How do i achieve this?Please help. Thanking you in advance, Ashwath.
May be you can take a look at the following MSDN link as well: http://msdn.microsoft.com/en-us/library/dd145119(VS.85).aspx[^]