0
I need to put watermark on images that are already in production, I did a search and only found ways to do this while uploading the image, but would have to apply the watermark during image rendering?
0
I need to put watermark on images that are already in production, I did a search and only found ways to do this while uploading the image, but would have to apply the watermark during image rendering?
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
Yes, there is. Instead of you adding the direct link to the image, you can insert a link to a PHP script, stating the desired image. The script searches the files for the image, inserts the watermark and returns the image - being able to save again in file to avoid the same process in the future.
– Woss
I get it, in my case these images are with the name saved in the bank, then I would have to call the script that applies the watermark and instead of saving a new image it would be necessary to replace the same...only then the spcript would apply the watermark every time the image was requested...or so I can do it by the most difficult way that is save a new image and update the name in the database, there is no other way right?
– Charles Fay