The method `void Composite(MagickImage image, MagickGeometry offset, CompositeOperator compose, string args)` is not properly checking `args` for `IsNullOrEmpty()` before calling `SetArtifact()` resulting in a `ArgumentNullException`
Comments: Thanks for reporting this. The Composite methods should directly call the native method instead. I just pushed a patch to fix this and this will be resolved in the next version of Magick.NET
Comments: Thanks for reporting this. The Composite methods should directly call the native method instead. I just pushed a patch to fix this and this will be resolved in the next version of Magick.NET