Page 1 of 1

Adding Watermarks to Galleries.

Posted: Wed Oct 17, 2007 3:11 pm
by Dal
Is it possible to setup the templates to put a watermark over every image uploaded into the gallery, as currently the only way I can do it is by putting a water mark on each individual image prior to uploading.

Thanks Darren.

Re: Adding Watermarks to Galleries.

Posted: Wed Oct 17, 2007 5:09 pm
by calguy1000
No, there's no code to do this at the moment, you'd have to contact a developer to write something to do that.

Re: Adding Watermarks to Galleries.

Posted: Wed Oct 17, 2007 9:45 pm
by Dal
right ok, thank you for the response.

Re: Adding Watermarks to Galleries.

Posted: Wed Nov 19, 2008 3:52 am
by gingercat
did u ever get this solved?

Re: Adding Watermarks to Galleries.

Posted: Wed Nov 19, 2008 11:11 am
by faglork
Hi,

haven't tried it, but you might be able to use something like that:
http://www.trap17.com/index.php/waterma ... 36015.html

Try to create an UDT and integrate it into your gallery template. However, on a very busy server, this may cause performance problems.

There are a lot of similar scripts out there:
http://www.google.de/search?q=watermark+.jpg+php

But: Why not do it prior to uploading?
Have you considered using a software like ImageTasks (Freeware!)? You can batch edit hundreds of pictures at once.

Or use
http://www.traumflieger.de/desktop/onli ... /index.php
(German only, but easy to comprehend)

Or you could write a script for PhotoShop (don't know whcih software you are using).


hth,
Alex

Re: Adding Watermarks to Galleries.

Posted: Wed Nov 19, 2008 11:42 am
by Ziggywigged
I recently did this with css using the lyteshow template in my album. Just need to create your watermark image as a png with transparency (if applicable) then apply it as a background image in the imagecontainer of the styles.

Not sure about the other album templates and it's not actually watermarking them, just laying it over the photos.

Re: Adding Watermarks to Galleries.

Posted: Wed Nov 19, 2008 10:50 pm
by gingercat
How did u stop the main image covering up the watermark?

Re: Adding Watermarks to Galleries.

Posted: Thu Nov 20, 2008 12:04 am
by Ziggywigged
Here is the css I'm using:

Code: Select all

#lbImageContainer>#lbHoverNav { left: 0; background:url(uploads/images/watermark.png) right bottom no-repeat}
I added the:

Code: Select all

background:url(uploads/images/watermark.png) right bottom no-repeat
Again, this is an example using the lyteshow template.