ZenphotoCMS Forum
no watermark on customized thumbnails - 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: no watermark on customized thumbnails (/thread-2207.html)



no watermark on customized thumbnails - jules11 - 2008-02-07

I have a problem on the album page album.php
I use printCustomSizedImage() for the thumbnails. The output list gives me well scaled thumbnails, but watermarked! I only want the big single image in image.php watermarked. Someone an idea ..?

Loop code in album.php


" title="">




no watermark on customized thumbnails - sbillard - 2008-02-07

You could try using printCustomAlbumThumbImage() instead.




no watermark on customized thumbnails - jules11 - 2008-02-07

thanx for the quick respond. mmh, still doesn't work, still watermarked thumbs.
printCustomAlbumThumbImage() is for an overview of all albums I guess.
I need all images of an album..
I use printCustomSizedImage() because I have another output of thumbs (in another size) on the homepage.

www.aedt.de




no watermark on customized thumbnails - sbillard - 2008-02-07

You will have to delete your cache. Watermarks are part of the cached image, so if you change things to not watermark them you have to delete all the images in the cache that have a watermark in them.

You might also want to try tonight's nightly build. There has been some new implementation on watermarking. In particular, there is an eleventh parameter to printCustomSizedImage() to control whether the image is watermarked or not. Pass true to have it supress the watermarking.




no watermark on customized thumbnails - jules11 - 2008-02-11

ok, works fine now for upcomming photos, thnx a lot.