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.
Thank you such a great upload class. I am using this to upload, there are some image that I have a rotate before I can resize and save them. I am generating 3 different images thumbnail, medium and large image.
I have a rotate image for every process. Can this be done once and then I can resuse?
You can receive the uploaded image, and then rotate it without resizing it. Then you instantiate the class again, with the rotated file, and create your three versions of the file.Reply
I am using this to upload, there are some image that I have a rotate before I can resize and save them. I am generating 3 different images thumbnail, medium and large image.
I have a rotate image for every process. Can this be done once and then I can resuse?
any help would be appreciated.
Thanks,
Kris