Re: QImage::Format_Indexed8

2011-04-13 Thread Stefan Majewsky
On Tue, Apr 12, 2011 at 7:34 PM, Thomas Lübking wrote: > I've just installed and played errr... "tested" palapeli and sth. seems > wrong. It takes up to ~100MB RAM and quite some cpu when dragging items. Most of the memory usage comes from the pixmaps, and does thus depend very much on the size o

Re: QImage::Format_Indexed8

2011-04-12 Thread Thomas Lübking
Am 11.04.2011, 00:47 Uhr, schrieb Stefan Majewsky : > Could it be that Indexed8 images are not suitable for on-screen display, > or is it my fault? No, not your fault. From the QImage API doc: "Note: Drawing into a QImage with QImage::Format_Indexed8 is not supported." It po

QImage::Format_Indexed8

2011-04-10 Thread Stefan Majewsky
Hi, Palapeli has a lot of shadow images, which cost a lot of memory. Someone on my blog told me to use Indexed8 QImages for that, which I'm now trying, but it displays nothing. Could it be that Indexed8 images are not suitable for on-screen display, or is it my fault? Greetings Stefan P.S. X11 w