Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #5 on: Jun 28, 2006, 09:43:36 am »
OK, the mouse over effects are nice but I didn't like that the page dissapears if I move the mouse outside that photo area. What about the loading time if there are 100 photo's or more with a better quality?
I checked a liittle bit the code of your admin script, there is no image resize function, maybe you will add this while using GD or imagemagick or try this upload class
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #6 on: Jun 28, 2006, 09:47:31 am »
For image resize try this class. It uses gd and it is compatible with the new versions of gd that handle gif files.
1mb is too much. Sites like flickr wouldn't stand it even if they had a farm of 100 servers, lol
The user (most of my customers) didn't know about file sizes, they upload everything they made with their 5mio pixel digi camera
Total Zero
Gender:
Posts: 5
38 credits Members referred : 0
« Reply #15 on: Jul 02, 2006, 12:49:21 pm »
images are resizing automaticly when U want to view it for the first time. It uses gd library and saves the thumb in a folder and next time to do it faster the script opens the already made thumb. i think it is quite quick
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
images are resizing automaticly when U want to view it for the first time. It uses gd library and saves the thumb in a folder and next time to do it faster the script opens the already made thumb. i think it is quite quick
Yes it's quick if the file much smaller then 1MB otherwise it takes time and memory...
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=3056