Is there a way to take an image then shrink it then save it as a new file..?
You have to use the: http://www.phpbuilder.com/manual/function.imagecreatefrompng.php
function to load the original, then use the: http://www.phpbuilder.com/manual/function.imagecopyresized.php
To copy it to the new resized image.
-- Rich