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 have noticed that when I upload images that have light or white space in it, the uploaded images have strange patterns on them instead of being clear and clean. Any thoughts? ThanksReply
$handle->jpeg_quality = 100;
Should I email you before and after photos?
$handle->image_ratio_y = true;
$handle->image_x = 1200;
$handle->file_new_name_body = $file_name;
$handle->file_overwrite = true;
$handle->file_auto_rename = false;
$handle->file_max_size = '2000000'; // 2mb
$handle->jpeg_quality = 100;