[Qt-interest] Limitations of QImage size
Scott Aron Bloom
Scott.Bloom at sabgroup.com
Sun Aug 16 08:29:54 CEST 2009
-----Original Message-----
From: qt-interest-bounces at trolltech.com
[mailto:qt-interest-bounces at trolltech.com] On Behalf Of M. Bashir
Al-Noimi
Sent: Saturday, August 15, 2009 11:05 PM
To: Thiago Macieira
Cc: qt-interest at trolltech.com
Subject: Re: [Qt-interest] Limitations of QImage size
Thiago Macieira wrote:
> 1000 x 30000 x 4 = 120 000 000 bytes
>
> If you have that much RAM to spare, sure.
>
> But at that size, you should really be working in tiles.
Is there any practical way for using tiles with QImage? I don't want to
create it by myself (I've no time because of dead line of the project).
------------------
Sounds like a functional/implementation spec problem...
You can use QImage, but it has limitations... As been said before, you
can create a tile based IO reader for QImage... Samples of custom IO
readers for QImage are out there...
Good luck, next time I would plan ahead better so your lack of a spec
doesn't become a critical issue prevention successful completion
Scott
More information about the Qt-interest-old
mailing list