Automatically adding watermark on image download
问题 Is it possible to add a watermark when someone downloads an image from your website? If yes, what's the best way to do it? Thanks in advance. 回答1: If you mean when Right Click -> Save ing it, thats not possible I'm afraid. If you generally mean that you have a dedicated download button or link, You could make It would redirect the request through a PHP file that will add the needed watermark and generate a new image file for download. 回答2: I would suggest using a function imagecopymerge() to