ZenphotoCMS Forum
watermark image by image - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: watermark image by image (/thread-6589.html)



watermark image by image - dromeuf - 2010-02-13

Hi,
I cannot find functionnality for specify watermark image by image instead Album by Album.
Is it possible to specify watermark only for one image in album ?
Thanks for advance, David.




watermark image by image - acrylian - 2010-02-13

You can specify an watermark only on the album level and/or globally. You could try to set an image by setting a temporary watermark using setOption().




watermark image by image - dromeuf - 2010-02-14

Thank Acrylian, If you have any time, please post example.




watermark image by image - acrylian - 2010-02-14

Try something like this at the beginning of the page (I have not tried if it really works!):
if (getOption('perform_watermark')) { setOption('watermark_image','',false); // must be in the watermarks folder of course }