Hi.
Basically, I want to be able to take an image file which is uploaded and resize the image, then resave it to my server.
I am using PHP Version 3.0.7 - GD version 1.3.
Any ideas?
Thanks
Darren
ImageMagick ... just use exec() or system() or whatever...
link is here: http://www.wizards.dupont.com/cristy/ImageMagick.html
-andy