from the qt docs http://doc.qt.nokia.com/4.7-snapshot/qimage.html
"Warning: Painting on a QImage with the format QImage::Format_Indexed8 is not supported."
from the qt docs http://doc.qt.nokia.com/4.7-snapshot/qimage.html
"Warning: Painting on a QImage with the format QImage::Format_Indexed8 is not supported."
hum ok... so there is no possibilities to save a 8bits bmp picture with Qt?
It is strange because on the doc it is also written:
BMP Windows Bitmap Read/write
if there is no solution on Qt is it possible whit another library?
Bookmarks