I need to convert png to bmp in memory.
How it to do?
png -> bmp
Moderators: helmut, XnTriq, xnview
like that:
Code: Select all
HBITMAP hBitmap;
error = gflConvertBitmapIntoDDB( pic, &hBitmap );
Pierre.
Thanks, It's work...xnview wrote:like that:Code: Select all
HBITMAP hBitmap; error = gflConvertBitmapIntoDDB( pic, &hBitmap );