meta info

Add Animated Image Watermark

By Ziya Mollamahmut

Easily add an animated image watermark, change its location and opacity.

Animated image watermark can be placed over a static image only

// Add animated image watermark over a static image
using(var img = Image.FromFile("wwwroot/images/my-image.jpg"))
{
    img.AddAnimatedImageWatermark("wwwroot/images/logo-watermark.gif")
       .SaveAs("wwwroot/images/new-image.gif"); // Make sure to save as gif
}

Static Image - Animated Watermark

Live demos:

http://demo.ziyad.info/en/