I use IMCE with plupload for multiple files drag and drop. When i select 3 files for upload only the first one will be marked.

I use an image style with imagecache_actions effects.

Comments

nikit’s picture

Please check: http://demo.nikiit.ru/user/2/imce
I have there upload 3 files, and all have watermark.

If you still have troubles, I need debug info from you.
For please, use Devel and add next code: dd($imce); into row #333 (for dev version).
Then try upload again files for watermarking in imce.
After this find debug file from your temp folder and send to me.

p.s. imagecache for watermarking used: http://demo.nikiit.ru/node/3

gjk4all’s picture

I ow you an aplogy, i modded the module so i could use a textual overlay in stead of an image overlay. Thereby only the first picture got marked. When i try it with with your original module and an image overlay it functions well.

Can i file this as a enhencement request, to also be able to use the textual overlay? We have multiple photographers with our site and we want a watermark with not only the sitename but also the name of the photographer who made the picture. This is possible with the text overlay and the replacement tokens but i don't know how to automate that like IMCE Watermark does.

nikit’s picture

I assume you can use my newer module with next:
1. Create 1px sized 100% opacity png image
2. Create imagecacheactions with that image and
3. Add your textual overlay to that image styles.
So you can get the same result, please test first on your dev site.

nikit’s picture

Status: Active » Closed (won't fix)

No bugs, since module was manually changed by gjk4all...