Resizing images - images too big?

See all posts See thread Reply

Re: Resizing images - images too big? new!
by colin, 13 years, 7 months ago
3264x2448 = 7 990 272 ~= 8Mpixels
8M * 8 bits = 64Mbytes

So with this picture, just to load it in memory, you a reaching your memory limit. Your application probably use some memory too, and if you do processing on the image, you need more memory.Reply