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.
Hi there, When I want to resize an image, I want the script to see if it has to deal with a landscape image or a portrait one. When it's a landscape image, it has to become 600 px wide (ratio_y). When it's a portait, I want it to be 500 px high (ratio_x). How do I do that?Reply
When I want to resize an image, I want the script to see if it has to deal with a landscape image or a portrait one. When it's a landscape image, it has to become 600 px wide (ratio_y). When it's a portait, I want it to be 500 px high (ratio_x).
How do I do that?