Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Stoyan Stefanov's Blog:
Laziest image resize in PHP
Dec 14, 2006 @ 15:19:00

On phpied.com, there's this new post that shares Stoyan's lazy way to resize images in PHP - with the help of the PEAR::Image_Transform package.

Today I saw a post at digg.com on image resizing with PHP and there was quite a discussion. Let me share the laziest way (that I know of) how to do it - PEAR::Image_Transform is all it takes.

His code is only five lines log and takes in a JPG image and resizes it down to a 100x100 pixel image to output as a PNG. He also mentions some of the other functionality the package has, including lots of other image manipulation extensions.

tagged: image resize pear package imagetransform image resize pear package imagetransform

Link:


Trending Topics: