png -> bmp
Posted: Thu Feb 07, 2008 9:38 am
I need to convert png to bmp in memory.
How it to do?
How it to do?
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Code: Select all
HBITMAP hBitmap;
error = gflConvertBitmapIntoDDB( pic, &hBitmap );
Thanks, It's work...xnview wrote:like that:Code: Select all
HBITMAP hBitmap; error = gflConvertBitmapIntoDDB( pic, &hBitmap );