The current project i'm working on is for a photographer. They would like to upload large image files. Scratch that it's more like huge!
So it's not so much the image size I'm running into an issue with, but actually the image dimensions. 1900x2860 px image doesn't upload, mind you the file size is about 800k. the uploader just gets stuck.
Reducing the image dimension to 1800px, allwed it to get uploaded finally, but when rendering the image on the site I would get the following error:
Error Allowed memory size of 33554432 bytes exhausted (tried to allocate 2800 bytes) (line 144 of /Users/carlos/Sites/test/wire/core/ImageSizer.php)
Obviously getting around this was simple and reducing the image width to a more managable size of 1200px did the trick.
I'm not sure if this is a bug or I just hit some sort of limit. But figured I'd throw this out there to see if there is some sort of fix.
Thanks!













