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
$info = array($_POST["y"], $handle->image_src_x - $_POST["x2"], $handle->image_src_y -$_POST["y2"], $_POST["x"]); $handle->image_resize = true; $handle->image_crop = $info; $handle->image_y = 80; $handle->image_x = 80;
i have got some problem.
I woudl like to first crop image and then resize image.
I have got something like that:
crop image it's okay but resize new image does not work
Thanks for answer