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
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?