Search code examples
c#.netimagewatermarkinvisible

Adding an invisible image watermark in C#?


I want to insert multiple invisible watermarks into my JPEG pictures through C# code. That means that I need a .NET library that does this work and not some external batch application.

Any suggestions?


Solution

  • there is a port of image magick library to c# , and it can easily perform that operation for you...