Any progress on applying the watermark on node creation?
What seems to be the issue blocking the application on insert, while it successfully applies the watermark
on node update?
I haven't analyzed the code yet, but that seems like a relatively small fix to make it apply immediately after upload. Hmm, maybe I'm underestimating the complexity involved.

Please update me on the progress of this in the 6.x-1.x-dev version.

I may be able to assist with the code if I understand the issue.

Thanks

I have it working on update with these specs below, no patching required.
The watermark 6.x-1.x-dev module worked out of the box with drupal 6.8 (but only on node update)

my specs
drupal 6.8
watermark 6.x-1.x-dev
PHP Version 5.2.8

Comments

kbahey’s picture

Status: Active » Needs work

If you (or others) have a working and tested patch, please share it here so others can test it, then it can make it to the module's code.

Militopedia’s picture

I think jonwiz is referring to this dev version (?): http://drupal.org/node/274032

Would be great to have watermark also for Drupal 6.

Cheers,
Roger

Naiya’s picture

agreed, i would be great! how is it going? there is a note:
Last updated: December 25, 2010 - 04:34

i'm with you guys! i can test something if you need.

scottmorgan’s picture

Perhaps ImageCache Actions is what you're looking for? http://drupal.org/project/imagecache_actions

You can add watermarks to images automatically on upload.

Naiya’s picture

i'm using imagecache actions right now (very nice module btw), but it is not working while i'm using another formatter (as swf tools for example).

if it is another way that to set it via "display fields" tab - please help me out and write this precious info here :) thanks!