How can I convert 32 bit images to show on device with 16 bit display ?
Mobile and Embedded
7
Posts
2
Posters
2.8k
Views
1
Watching
-
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