eugene2009 Posted February 2, 2010 Share Posted February 2, 2010 what is the most simplest way to resize an image.. i want something like this.. $img = $_GET['img']; $img_new = resize($img); echo '<img src="'.$img_new.'" border="0">'; i need the most simplest way possible.. i want all my images resized to 150 x 70 Link to comment https://forums.phpfreaks.com/topic/190635-image-resize/ Share on other sites More sharing options...
Adam Posted February 2, 2010 Share Posted February 2, 2010 Have a read up on the imagecopyresampled function. Link to comment https://forums.phpfreaks.com/topic/190635-image-resize/#findComment-1005390 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.