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?
there is a port of image magick library to c# , and it can easily perform that operation for you...