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
See all posts Reply
now i use:
$handle->image_resize = true;
$handle->image_x = 250;
$handle->image_y = 250;
$handle->image_ratio_crop = true;
But how do i make it the centre of the picture that is kept? so cut of on both sides equal until the picture is square?
You can achieve what you want by using image_crop, depending for instance on what you can read in image_src_x and image_src_y