class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
When I use the convert function to convert a gif into a jpeg, the results dont look very good. See below:
Original:
http://213.130.128.198/files/orig.gif
After convert:
http://213.130.128.198/files/resized.jpg
Wanted result (from photoshop):
http://213.130.128.198/files/wanted.jpg
Any ideas what the problem is? Looks like it might not be resampling the image properly?
Thanks!
Fusey