I've searched the forum and didn't see a solution for this. Basically I loaded pictures via ftp and around half of them don't load. You see a placeholder with the file name. I used the &debug on one of the trouble pics and received this:
"
Album: [ wedding ], Image: [ AtestSparksWed072.jpg ]
Image filesize: 11909604
Debug i.php | Arguments:
size = 300
width =
height =
cw =
ch =
cx =
cy =
quality = 75
thumb = 1
crop =
"
The size of the images doesn't seem to make a difference but they are large files. Any thoughts??
Thanks!
Comments
Thanks.
http://www.zenphoto.org/news/why-are-some-of-my-thumbnails-sized-images-not-generated-why-does-zenphoto-make-my-server-crash-while-processing-images-
It is also partly dependent on the actual image and the graphics library. Some images take more memory to process than others and the Imagick library is reported to be more memory efficient than the GD library.
Thanks again.