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.
Is it possible to just crop an image to a certain size with the original size being variabel.
So let's say i upload a picture of 800x600 and 1280x1024 The class creates a thumbnail of 100x100 of both files, without resizing, but just cropping.Reply
Is it possible to just crop an image to a certain size with the original size being variabel.
So let's say i upload a picture of 800x600 and 1280x1024
The class creates a thumbnail of 100x100 of both files, without resizing, but just cropping.