ImageResize icon indicating copy to clipboard operation
ImageResize copied to clipboard

AddImageWatermark..., gif transparent background is black

Open wongsimon opened this issue 3 years ago • 1 comments

the background is black.

22

ahead

code:

using (var img = AnimatedImage.FromFile(this.MapPath("22.gif", true)))
            {
                img.AddImageWatermark(this.MapPath("AAA.png", true),
                    new LazZiya.ImageResize.ImageWatermarkOptions()
                    {
                        Location = TargetSpot.TopLeft,
                        Margin = 1,
                    })
                   .SaveAs(this.MapPath("ahead.gif", true));
            }

what should I do?

wongsimon avatar Oct 20 '22 07:10 wongsimon

I will deep dive into this once I have time to do so.

LazZiya avatar Oct 20 '22 08:10 LazZiya