Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-84314

Fix QQuickPixmapCache to cache large images rendered by complex image plugins, and dispose via LRU algorithm

    XMLWordPrintable

Details

    Description

      It seems to me that the cache in qquickpixmapcache.cpp is primarily concerned with caching small images that will become part of the texture atlas; whereas PDF pages rendered by the new pdf image plugin are not being cached, so if you jump around to different pages or scroll through a TableView or ListView that shows a lot of different pages, it spends too much time re-rendering pages. I want them to be cached to the extent that memory allows, and the cached images should be disposed of via the usual LRU algorithm.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              srutledg Shawn Rutledge
              srutledg Shawn Rutledge
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There is 1 open Gerrit change