Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End php resize image Re: php resize image

#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.