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.
After uploading my images I want them resized to a particular dimension and then have a watermark placed over them.
The problem is that my script's implimentation of class.upload appears to first place the watermark over the image and then shrink the result, making my watermark very small. Is it possible to make class.upload resize before applying the watermark?Reply
The watermark image can ve viewed at http://www.edjeavons.co.uk/playbutton.png
It works fine if I upload an image that's already 320x180px, but for larger images the symptoms suggest that it's placing the watermark first and reducing.Reply
The problem is that my script's implimentation of class.upload appears to first place the watermark over the image and then shrink the result, making my watermark very small. Is it possible to make class.upload resize before applying the watermark?
Can you post your code here, and link to your sample pictures?
The watermark image can ve viewed at http://www.edjeavons.co.uk/playbutton.png
It works fine if I upload an image that's already 320x180px, but for larger images the symptoms suggest that it's placing the watermark first and reducing.