[Qt-interest] How can I read a large image fastly?
Girish Ramakrishnan
girish at forwardbias.in
Sat Feb 6 19:35:28 CET 2010
Kermit Mei wrote:
> Hello community!
>
> I run Qt on a slow embedded device, now we want to show some large
> image on it, but the speed of loading is too slowly. For example, if we
> decode a 6M jpg picture, we always need 100s to show it.
>
Any graphics acceleration on this device? DirectFB, for example, can
load png/jpeg using hardware. Qt supports this already but you need to
use the QPixmap(filename) constructor (but not use QImage)
Girish
More information about the Qt-interest-old
mailing list