jagguy Posted November 18, 2006 Share Posted November 18, 2006 Hi,I can upload an image with php and save the image. I want to be able to resize the image and save the resized image back on my dir. That way I can display an image of certain sizes and not worry aout doing it on the fly .Can I load an image , resize it, then save the resized image back to my dir using php? How can I do this? Link to comment https://forums.phpfreaks.com/topic/27669-images-resized/ Share on other sites More sharing options...
e4c5 Posted November 18, 2006 Share Posted November 18, 2006 You can resize an image using the GD library. http://www.phpfreaks.com/phpmanual/page/ref.image.html you will find plenty of samples on this site.--[url=http://www.radinks.com/upload/plus/image.php]Rad Upload[/url]Image upload with client side resize. Link to comment https://forums.phpfreaks.com/topic/27669-images-resized/#findComment-126620 Share on other sites More sharing options...
jagguy Posted November 18, 2006 Author Share Posted November 18, 2006 Do I need to install it with php 4.4.4 or do I just alter the .ini file? Link to comment https://forums.phpfreaks.com/topic/27669-images-resized/#findComment-126808 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.