Details
-
User Story
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
Description
As far as we tested, QML engine loads all the images referred in QMLs at its startup and makes atlas (except compressed ones) regardless their "visible" property.
(It defers upload to GPU until one of them in the atlas gets actually rendered.)
This behavior affects startup time of the application.
Therefore, it will be better if we make a property to defer image loading until it gets visible and users taking care of application startup time can specify that in QML.
Attachments
Issue Links
- relates to
-
QTBUG-46619 Growing memory when AnimatedImage is playing
-
- Reported
-
-
QTBUG-64272 AnimatedImage uses a lot of memory when caching is enabled
-
- Open
-
-
QTBUG-55808 AnimatedImage Memory occupancy
-
- Closed
-
-
QTBUG-80734 Some gif files leak a lot of memory
-
- Closed
-