http://drupal.org/project/watermark

I am searching around the projects. I am using the image project to upload and import images as nodes. I would now like to create a method of watermarking them upon display. From what I see, the watermark project has a download available for version 5, but since my site is built on v6, I was not sure if I could use this or not.

What are the current methods used to create watermarks in drupal?

Comments

mcsolas’s picture

I went to the developers site and saw that they said it supported drupal 6 so I went back to take a closer look. I found that when you click the view all releases link.. there is one in development here.
http://drupal.org/node/77338/release

I saw on the usage statistics that it appears that people are using it. So, this appears to be in use. As well, if it is, they might want to update the project page and mention the v6 update.

WorldFallz’s picture

You can't use d5 modules on a d6 site. There are a couple of issues referencing d6 in the module's issue queue that are probably worth a look. Alternatively, the other modules available are http://drupal.org/search/node/type:project_project+watermark. I think the http://drupal.org/project/imagecache_actions module looks promising, but I haven't tried it yet.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

mcsolas’s picture

I see the imagecache_actions module looks like the right one. Thanks for pointing me in the right direction.