Need some help with bitmap manipulating

Chris January chris at atomice.net
Sat Nov 27 18:09:35 CET 2004


> ~    bmpInfo->bmiHeader.biSizeImage = 0;

Have you tried setting biSizeImage?

Also you could try calling QPixmap::convertFromImage and then using the
resulting Qpixmap handle with CF_BITMAP? I believe Windows will then convert
it to the CF_DIB format for you.

Chris



More information about the kde-cygwin mailing list