Does anyone know how I can code a hidden watermark onto an image control?
Thanks
Jonathan
Antworten:
Hi Jonathan,
Not sure about a "hidden" watermark, but you can certainly draw a watermark onto an image control using the "d" functions in windev. Check out dStartDrawing and also the dCopyBlt() function. You will adjust the transparency to get the effect you want.
Cheers!
ken
PS. In WebDev this can only be done at the server level. von KenKnight - am 20.02.2009 14:55
If I understood correctly, Ken's method with a 2% opacity is about what the guy is doing to create the watermark in Gimp...
Seems to me that one of his method to REVEAL the watermark later on should work too...
Best regards
von Fabrice Harari - am 20.02.2009 16:53
Thanks for the tips folks.
All the best.
Jonathan
Funcoder.com von JB - am 20.02.2009 16:56
Hi Jonathan...
i had a closer look, and if yo want to have a "solid" hidden watermark, you may want to consider an existing solution like http://www.adptools.com/signmyimage/
they even have a command line version for web servers, by example, and the windows GUI version contains a batch processing option too
Diese Seite auf Ihrer Homepage verlinken: Verwenden Sie dazu einfach folgenden Code:
<a href="http://www.mysnip.de/forum-archiv/thema-27131-22464/Hidden+Watermark+on+Image.html">Hidden Watermark on Image?</a>
Not sure about a "hidden" watermark, but you can certainly draw a watermark onto an image control using the "d" functions in windev. Check out dStartDrawing and also the dCopyBlt() function. You will adjust the transparency to get the effect you want.
Cheers!
ken
PS. In WebDev this can only be done at the server level.
von KenKnight - am 20.02.2009 14:55
To add to Ken's answer, here is a thread about hidden watermark done in Gimp:
http://www.gimpdome.com/index.php?topic=5971
If I understood correctly, Ken's method with a 2% opacity is about what the guy is doing to create the watermark in Gimp...
Seems to me that one of his method to REVEAL the watermark later on should work too...
Best regards
von Fabrice Harari - am 20.02.2009 16:53
All the best.
Jonathan
Funcoder.com
von JB - am 20.02.2009 16:56
i had a closer look, and if yo want to have a "solid" hidden watermark, you may want to consider an existing solution like
http://www.adptools.com/signmyimage/
they even have a command line version for web servers, by example, and the windows GUI version contains a batch processing option too
Best regards
von Fabrice Harari - am 20.02.2009 19:55