How to Convert DIB to BMP?
+1
A:
Check the API GdipCreateBitmapFromGdiDib
Example: http://www.codeproject.com/KB/GDI-plus/DIBtoBitmap.aspx
Stefan
2008-11-07 14:08:49
A:
Imagemagick's convert function will do this (and many other conversions) for you on the command line. Free, open source, available on all major platforms. This is a great piece of software that should be in anyone's toolbox.
Tim Howland
2008-11-07 15:19:46