Home › Forums › Back End › php resize image › Re: php resize image
March 22, 2013 at 4:09 pm
#129397
Participant
If you’re asking how to literally make a new, resized image in PHP, look at [imagecopyresampled()](http://php.net/imagecopyresampled). It’s annoyingly complicated, so spend time studying it. It might be best to make sure you can get the examples working correctly before trying your own implementation.