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.
I used your magnificent class to upload images and create thumbs. It's working except for the PNG large images. example this one.
The problem is : the thumb created for png large file has the same width and the same height as the original file .. here is the code for the upload and the thumb :
I used your magnificent class to upload images and create thumbs. It's working except for the PNG large images. example this one.
The problem is : the thumb created for png large file has the same width and the same height as the original file .. here is the code for the upload and the thumb :