[mythtv] [PATCH] QImage/QPixmap Cache

Isaac Richards ijr at po.cwru.edu
Tue Oct 5 19:10:43 UTC 2004


On Monday 04 October 2004 11:33 pm, Kenneth Aafløy wrote:
> Hi,
>
> I've attached a patch that will speed up the loading of mythfrontend and
> save memory in the QImage/QPixmap handling in MythTV.

There are some instances where it will load an images, then scale them to 
display differently in different parts of the application - channel icons 
being a notable example.  Also, this would work better with an upper size 
limit on the number of cached images, so as to not use _too_ much ram.  The 
QCache class would likely work well for that.

Isaac


More information about the mythtv-dev mailing list