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
$handle->file_new_name_body = $_title; $handle->image_resize = true; $handle->image_x = 128; $handle->image_y = 128; $handle->image_ratio_crop = 'L'; $handle->image_convert = 'jpg';
THIS code please: