andrew_biggart Posted March 7, 2009 Share Posted March 7, 2009 Ok i know i shouldnt post this hear but i crawled the web over and over and know one wil give me answers like this one. What im after is some form of tutorial to explain to me how to write a script to upload an image, save one with a size of 100 x 100 and save another of 50 x 50 does anyone know any good tutorials online that coud point me in the right direction? Thanks Link to comment https://forums.phpfreaks.com/topic/148311-solved-php-image-manipuation/ Share on other sites More sharing options...
HaLo2FrEeEk Posted March 7, 2009 Share Posted March 7, 2009 Upload the image, create a new image resource and load your uploaded image into it. Create another image resource and imagecopyresized() to 100 width 100 height, then do the same again to resize to 50x50. check out php.net's image functions page: http://php.net/image All the functions and tool for working with images. Link to comment https://forums.phpfreaks.com/topic/148311-solved-php-image-manipuation/#findComment-778651 Share on other sites More sharing options...
andrew_biggart Posted March 7, 2009 Author Share Posted March 7, 2009 cheeers Link to comment https://forums.phpfreaks.com/topic/148311-solved-php-image-manipuation/#findComment-778654 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.