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.
Thanks so much for the link to Pixidou Colin, he's done a nice interface with your code. Have you seen other people work with even more of the features you implemented, like being able to add text/labels to their photos as well? I like the reflection demo option in your own example code too. So many great things going here.
The class is a low-level tool. As such, you're expected to code your own interface atop of it, whether it is an API, or an user interface.
Maybe there are some scripts out there which can do want you need. otherwise, you can code it yourself, it is not very complicated once you get the basics running.Reply
~Cam
Maybe there are some scripts out there which can do want you need. otherwise, you can code it yourself, it is not very complicated once you get the basics running.