Closed (won't fix)
Project:
IMCE Watermark
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2014 at 20:38 UTC
Updated:
18 Sep 2014 at 03:07 UTC
Jump to comment: Most recent
Comments
Comment #1
nikit commentedPlease 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
Comment #2
gjk4all commentedI 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.
Comment #3
nikit commentedI 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.
Comment #4
nikit commentedNo bugs, since module was manually changed by gjk4all...