How can I convert 32 bit images to show on device with 16 bit display ?
-
I think QImage::Format_ARGB4444_Premultiplied may be the format you are looking for. You can check out the other image formats "here":http://qt-project.org/doc/qt-4.8/qimage.html#Format-enum