Thanks Elvis for your reply,
A compressed in-memory cache would be just perfect in my case.
So I can save a QPixmap in a QByteArray in let's say png format and use
a regular QCache instead of QPixmapCache...
I'll give it a shot for sure
Thanks again, I think you made my day :)
Philippe
Le 25-
2015-10-25 15:53 GMT+01:00 maitai :
> Hello,
>
> I have several relatively big pixmap I'd like to manage through cache.
> Big meaning 1024x1024 at a maximum (one edge is 1024 while the other is
> less or equal). I need to keep something like 10 of those in a cache
> system. Each image being quite h
Hello,
I have several relatively big pixmap I'd like to manage through cache.
Big meaning 1024x1024 at a maximum (one edge is 1024 while the other is
less or equal). I need to keep something like 10 of those in a cache
system. Each image being quite heavy to paint, that would help a lot.
I bel