[Interest] QML Image memory use

Harri Pasanen harri at mpaja.com
Wed May 2 12:53:03 CEST 2012


I wonder if

QML

Image {
       anchors.fill: parent
       source: "360x640.jpg"
       smooth: true
}

uses more memory than

Image {
       anchors.fill: parent
       source: "180x320.jpg"
       smooth: true
}

???

Does the scaling happen at display time, or at load time?

(Reason I'm asking: Especially Symbian phones seem to run out of gfx 
memory occasionally, and only remedy seems to be a reboot. Free memory 
is fragmented or remains in use, dunno, but exiting apps do not reclaim 
all of it.)

/Harri








More information about the Interest mailing list