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 want all my images to have the same size, width and height. so when i upload an image that will be resized to 100x100 pixels for example and keep the ratio by cropping the bits that are left over at either the height or width of the image.
The image will be resized so that it fills 100x150, and the excedent will be cropped. So all your thumbnails have the same dimensions, even if the full size images have different ratios.Reply
i there a way to do this with your upload class?
many thanks for the wonderfull work.
superb :)
just tested it and it works :)
very well done
I will release v0.21 soon, it seems like the RC is fine.
Thanks
The image will be resized so that it fills 100x150, and the excedent will be cropped. So all your thumbnails have the same dimensions, even if the full size images have different ratios.