PDA

View Full Version : about converToFormat of a QImage



paolom
29th September 2010, 17:39
Hi,

If I convert a QImage::Format_Indexed8 to a QImage::Format_ARGB32 does the image get more memory ??!!

Thanks

^NyAw^
29th September 2010, 18:02
Hi,

Of course. You have a 8-bit depth image and you expect a 32-bit depth image with the same memory size?? It will be 3 times bigger.