PDA

View Full Version : ConvertToTrueColor



omega36
23rd January 2009, 16:50
hy,
I want to convert a PNG picture to trueColor ( C++ code )
Thanks.

wysota
24th January 2009, 00:11
If you have an indexed version of a png image, simply use QImage::convertToFormat() and save it back.