PDA

View Full Version : Watermark placement problem


msoo
5th of March 2004 (Fri), 03:27
I have specific looking mats for all my images, like such:

http://www.soocool.com/gallery/exhibits/Animals/slides/Aquatic%20-%20Alone%20feeling%20blue.html

My big problem with watermark is that I cannot specify the watermark to start from a specific location like at location x,y of 100, 100 but only at North, NorthEast, East, etc.

Is there any way around this?

--
- MS
msoo@soocool.com
http://www.soocool.com - Explore life beyond the norms

tommykjensen
6th of March 2004 (Sat), 08:21
You can probably code Your way around it. The Imagemagick does support absolute positions.

The parameter currently used is this
composite -gravity NorthWest watermarks/tkj5.png UPLOAD/test/result.jpg UPLOAD/test/result.jpg

I think if the code is changed to this it would work
composite -geometry +100+150 watermarks/tkj5.png UPLOAD/test/result.jpg UPLOAD/test/result.jpg


I tried putting the parameter in the extracommand field but it didn't work - maybe I am just doing it wrong.

Pekka, how about putting that on the wish list so both options could be used?

msoo
6th of March 2004 (Sat), 10:13
I did what you suggested in anther forum, Thomas, using a larger framed transparent watermark. ;-) It worked. ;-)

Thanks, you are full of great ideas.

- MS

tommykjensen
6th of March 2004 (Sat), 10:24
Glad You could use the advice from a novice in photoshop :lol:

Pekka
6th of March 2004 (Sat), 17:35
I think if the code is changed to this it would work
composite -geometry +100+150 watermarks/tkj5.png UPLOAD/test/result.jpg UPLOAD/test/result.jpg


Just a note: of course code change like this will disable all resize method settings for watermark placement.

I tried putting the parameter in the extracommand field but it didn't work - maybe I am just doing it wrong.

Extracommand (or rather ImageMagick) does not accept parameters which are already defined in forms (i.e same command twice with different values).

Pekka, how about putting that on the wish list so both options could be used?

Of course.

PrimaPhoto
4th of July 2004 (Sun), 21:06
Is there any special way to activate watermarks? When I'm in Resize methods page I tried to use the watermarks but the are not appearing, I even tried the defaualt images?

the images are in /input/watermarks
I presume this is the correct location?
thanks