Okay... With the memory bug again...
http://luckyshotphotos.com/test/index.php?album=flowersIt seems all 3 thumbnails were created instead of just 2 and 1 not loading..
(The yellow flower didnt load before with the memory problem)
Okay so it created a thumbnail for it (thats good!)
Except, it wont create a smaller size of the iamge itself (when you view it)
Ex: Click the yellow flower thumbnail and it brings you here:
http://luckyshotphotos.com/test/index.php?album=flowers&image=IMG_3828.JPGNotice it doesnt make/show a cached file...
So I guess, SB, you are on the right track, you halfway fixed it :P...right?
Edit: This is also the lastest nightly build, i manually downloaded class-load.php
Comments
its a 3.08MB file in JPG... So... Where does the 30M come from.
Do the math 3888 pixels wide by 2592 pixels high times 3 bytes per pixel = 30,233,088
Is it not working because all the scripts + full image is just too big?
And..
It used to work because the scripts were slightly smaller and probably just passed by memory?
Some pictures will take more memory than others to resize. It will depend on the complexity of the image as well as the overall size. Remember, you have to have two copies of the image in memory--the original and the one of the new size. Then you have to be able to compress the new sized one. How well that works is dependent on the graphics software. I suspect that the GDI support in PHP is not very efficient. We hope eventually to have different options for the graphics support, but that is not coming any time soon.
The change in the nightly build reduced the memory footprint of the PHP scripts considerably. There is probably more that can be done on this, but the easy changes are now done.
In the mean time, please evaluate your need for such large images. Are you expecting people to download them and print Super B sized prints? If not maybe you don't need such a large image on the server.
Original: 3888x2592
8x10 Ration crop: 3240x2592
Its a little smaller, but not by a HUGE amount...Its still a large file...Ohwell I will still downsize all of them... maybe to 6 or 8MP