dlemstra wrote:
However is my Magick.NET syntax, right?
I am doing like
IMG=New MagickImage("ZvKhFrw.png")
IMG.Mask=New MagickImage("7YisdlY.png")
Output=IMG.Composite(IMG, Gravity.Center, CompositeOperator.ChangeMask)
This is a bug in ImageMagick 7. I will fix this before the next release of Magick.NET.OK, great, thanks for you time!
However is my Magick.NET syntax, right?
I am doing like
IMG=New MagickImage("ZvKhFrw.png")
IMG.Mask=New MagickImage("7YisdlY.png")
Output=IMG.Composite(IMG, Gravity.Center, CompositeOperator.ChangeMask)