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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest