zenphoto forums » Usage Support

watermark image by image

(4 posts)

Tags:

  1. dromeuf

    Member
    Joined: Jan '10
    Posts: 10

    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.

    Posted 3 years ago #
  2. Zenphoto development team
    acrylian

    Developer
    Joined: Jul '07
    Posts: 13,365

    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().

    Don't forget to read the Forum rules and usage resources
    Posted 3 years ago #
  3. dromeuf

    Member
    Joined: Jan '10
    Posts: 10

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

    Posted 3 years ago #
  4. Zenphoto development team
    acrylian

    Developer
    Joined: Jul '07
    Posts: 13,365

    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','<name of watermark image>',false); // must be in the watermarks folder of course
    }
    Don't forget to read the Forum rules and usage resources
    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.