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.
When i use $handle->image_x = 900; and image_ratio_no_zoom_in instead of image_ratio_y on a 1280x800 source, the photo becomes 240x150.
What i need is to make it smaller when the source photo larger than 900 width else take original without zooming in or without try to maximize 100x100 source to 900px widthReply
What i need is to make it smaller when the source photo larger than 900 width
else
take original without zooming in or without try to maximize 100x100 source to 900px width