By noahw
via findmotive.com
Published: Aug 29 2006 / 23:51
Creating image thumbnails in PHP is nothing new, but I have rarely seen a function that will create a square thumbnail without distorting the image. The function below will take an image and regardless of whether its a portrait or landscape size image it will generate a square thumbnail that is not distorted.
Add your comment