Image rendering timeout?
Posted: Mon Jun 16, 2008 1:46 pm
Hi,
I've writen a small php code for displaying a photo according to certain width,height and quality.
Until the last week, everything went fine. Suddenly the images are being cut in the middle.
You can take a look here
http://www.todos.co.il/images/thumb.php ... height=560
The first time the image will show fine. after a REFRESH it will cut, and if you'd wait a while before refreshing again, the next refresh will show the image fine.
As I understand, when the image output is too big, the image is cut.
For example. if you look here:
http://www.todos.co.il/images/thumb.php ... &height=56
The output is smaller, hance the file is always ok.
Is it possible the server has a limitation for output image or something alike?
Answers will be greatly appriciated.
I've writen a small php code for displaying a photo according to certain width,height and quality.
Until the last week, everything went fine. Suddenly the images are being cut in the middle.
You can take a look here
http://www.todos.co.il/images/thumb.php ... height=560
The first time the image will show fine. after a REFRESH it will cut, and if you'd wait a while before refreshing again, the next refresh will show the image fine.
As I understand, when the image output is too big, the image is cut.
For example. if you look here:
http://www.todos.co.il/images/thumb.php ... &height=56
The output is smaller, hance the file is always ok.
Is it possible the server has a limitation for output image or something alike?
Answers will be greatly appriciated.