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
Great class for photo upload and manipulations. But I have question about the issue i faced with.
I have uploaded a photo (100px x 100px) and I want to resize it to 900 (image_x = 900)
The class enlarges the original uploaded photo but I don't want to resize it if it is smaller than the ratio.
How can I implement it?