farsiscript 0 Report post Posted July 31, 2006 Hi allI want begin a new project , my new project is Photo blog ( weblog and image album ) in one script for example you can post many image in one post at once case . so its very good and very easy but we have some problems . if you can plz help me to fix this problemsfor example :we need change image size for page speed ( we dont want show 16 image in one page ) * we need GD functions to change image size to smaller and then show smaller image at page if you know source or tutorial about change image size plz post here . thankxwe know we can change image size (w . H ) in html <image> tag but if we use this algorithm we load real image in real size and our page goes to slow to loadingthanks all Share this post Link to post Share on other sites
truefusion 3 Report post Posted August 1, 2006 (edited) The function imagecopyresized is what you're looking for. In the PHP manual, it gives you an example code that is for resizing images. http://us2.php.net/manual/en/function.imagecopyresized.php Edited August 1, 2006 by truefusion (see edit history) Share this post Link to post Share on other sites
farsiscript 0 Report post Posted August 2, 2006 hi Dear truefusion its very nice sample , thanks anyone if you have idea for this image gallery plz write here to we do itthanks Share this post Link to post Share on other sites