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.
The limits in php.ini depend on your system, the way PHP is set up, the permissions that you have, etc... Check with your hosting company what you can do.
If you want to resize images larger than 1MB, down to approximately 1MB, you can use this:
If you want to resize images larger than 1MB, down to approximately 1MB, you can use this:
Note that it works only with JPEG images.