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.
How to add 2 watermarks to an image ? The first one(which is a marker) is from file, the second should be the same, but resized and with transparency (50%). Any ideas how can I do that ?Reply
The class cannot add two watermarks at the same time. However, you can add the first one during upload (therefore saving the file as a local file), and then add the second one in a second process, instantiating the class with the local file.Reply
The first one(which is a marker) is from file, the second should be the same, but resized and with transparency (50%). Any ideas how can I do that ?