I tried to find a workaround but always get stuck. Maybe some of you can help me out with this?! (I use c# + P/Invoke and my test image is a yellow square on a transparent background) 1. IntPtr newWand = MagickMergeImageLayers(image, ImageLayerMethod.FlattenLayer); MagickBlurImage(newWand, 0.0, 8.0 ...
Hi guys, i'm looking for the equivalent of the -channel RGBA command line option. The reason is that i like to blur a image with transparency information. I get the same result as described here with the yellow circle with the black creeping pixels at the outline. So how i can apply the -channel ...
Hi folks, is there a way to apply a MagickWand into a DrawingWand i may overlooked? I only found "MagickDrawImage(x)" where i can apply a DrawingWand into a MagickWand. The reason is that i have a bitmap font where i like to apply a stroke. Therefore i load the bitmap font texture into a MagickWand ...