MAMP, resize not working, works on remote server

See all posts See thread Reply

Re: MAMP, resize not working, works on remote server new!
by Nero, 11 years, 1 month ago
After more testing i've found out that the resizing works BUT it will not work on images that are more that 2,500px in either height or width, even if tho the files are under 200kb, any files below that will work find it's just files above that that will not work.

Any suggestions? Thanks!Reply
Re: MAMP, resize not working, works on remote server new!
by colin, 11 years, 1 month ago
You are probably running out of memory. What is important is not the size in KB, but the image dimensions, as the picture gets deflated into memory, and each pixel takes space.

See this post for more details.Reply