hy,
I want to convert a PNG picture to trueColor ( C++ code )
Thanks.
Printable View
hy,
I want to convert a PNG picture to trueColor ( C++ code )
Thanks.
If you have an indexed version of a png image, simply use QImage::convertToFormat() and save it back.