Skip to content
Prev 78231 / 398502 Next

Memory management on Windows (was Size of jpegs/pngs)

I think this an issue about the amount of graphics memory.  You are asking 
for an image of about 17*2*3 = 102Mb, and you need more than that.
Windows imposes limits on the size of bitmaps: these are not
      documented in the SDK and may depend on the version of Windows. It
      seems that 'width' and 'height' are each limited to 2^15-1 and
      there is a 16Mb limit on the total amount of memory in Windows
      95/98/ME.

so I do wonder why you are surprised.

My laptop appears to be limited to about half your example with a 128Mb 
graphics card (and lots of other things going on).
On Sun, 2 Oct 2005 stgries at arcor.de wrote:

            
Did you read the help page?