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.
This is an awsome class and exactly what I was looking for. Great work. My question is, would it be possible to create some sort of a simple web based image editing interface with the options available in your class. It would be great if a user can see thier picture then do so basic editing.
Yes, it is possible to do. First the script would upload the file, then the class could be used to work on the uploaded file, triggering image editing operations from a form, and displaying the resulting image to the user.
But it is not done ;) Yet. If you are looking for such a feature, maybe you can sponsor its developement. Otherwise, I have not enough time to spare for it as of today.Reply
Thank you for yourprompt response. I am not a hard core programmer but I will definitely give it a shot and keep you updated. I just wanted to know if it was possible. Again, once I have something in the works I will let you know.
This is an awsome class and exactly what I was looking for. Great work. My question is, would it be possible to create some sort of a simple web based image editing interface with the options available in your class. It would be great if a user can see thier picture then do so basic editing.
Is this possible?
Thanks
But it is not done ;) Yet. If you are looking for such a feature, maybe you can sponsor its developement. Otherwise, I have not enough time to spare for it as of today.
Thank you for yourprompt response. I am not a hard core programmer but I will definitely give it a shot and keep you updated. I just wanted to know if it was possible. Again, once I have something in the works I will let you know.
Thanks
Julio Vargas