saving a bitmap
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Everybody I am doing a project in image processing using MFC. Could some one tell how to save a bitmap (1 bit,4,8,24 bits respectively). Thanks in advance.
No 16 bit ? If you're using GDI+, read my articles on the subject. Otherwise, I guess either save to bitmap only ( the format is well documented and simple ), or find some other library to use. Christian Graus - Microsoft MVP - C++