45 QImage::Format format = QImage::Format_Invalid;
47 case B_NO_COLOR_SPACE:
48 format = QImage::Format_Invalid;
51 format = QImage::Format_MonoLSB;
54 format = QImage::Format_Indexed8;
57 format = QImage::Format_RGB32;
60 format = QImage::Format_ARGB32;
63 format = QImage::Format_RGB16;
66 format = QImage::Format_RGB555;
69 format = QImage::Format_RGB888;
72 qWarning(
"Cannot convert color space %d to image format", colorSpace);