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 = $hash; $handle->image_convert = 'jpg'; $handle->file_new_name_ext = 'jpg'; $handle->image_resize = true; $handle->image_x = 1024; $handle->image_ratio_y = true; $handle->file_overwrite = true; $handle->image_ratio_no_zoom_in = true; $handle->Process($data['posts_dir']);
new image 1024 x 833. I have image_ratio_no_zoom_in set, so why is it still resizing? This happens in both 0.32 and 0.33 dev.