Hi dlemstra,
Thank you for your feedback, but did not work.
This is my code now:
using (MagickImage image = new MagickImage(bytes))
{
using (MagickImage image2 = new MagickImage(image.Clone()))
{
image2.Alpha(AlphaOption.Off);
image2.Negate();
image2.Morphology(MorphologyMethod.Erode ...
Search found 3 matches
- 2018-06-25T01:51:40-07:00
- Forum: Magick.NET
- Topic: Removing clipping mask and apply featuring/antialiasing
- Replies: 2
- Views: 12914
- 2018-06-19T02:32:28-07:00
- Forum: Users
- Topic: Clipping mask and adding feather
- Replies: 11
- Views: 12739
Re: Clipping mask and adding feather
Hi,
I’m trying to implement the functionality in C#, but have some problems doing so. If anyone might be able to help me out, it will be very much appreciated.
Post: viewtopic.php?f=27&t=34174
I’m trying to implement the functionality in C#, but have some problems doing so. If anyone might be able to help me out, it will be very much appreciated.
Post: viewtopic.php?f=27&t=34174
- 2018-06-19T02:20:21-07:00
- Forum: Magick.NET
- Topic: Removing clipping mask and apply featuring/antialiasing
- Replies: 2
- Views: 12914
Removing clipping mask and apply featuring/antialiasing
Hi all,
I am trying to use Magick.Net to remove a clipping-mask (transparent background) and ably featuring/antialiasing for smoothing of the edges.
I have install ImageMagick locally and got the following command to do what I require:
(unix syntax)
magick identify -quiet -format "%[8BIM:1999 ...
I am trying to use Magick.Net to remove a clipping-mask (transparent background) and ably featuring/antialiasing for smoothing of the edges.
I have install ImageMagick locally and got the following command to do what I require:
(unix syntax)
magick identify -quiet -format "%[8BIM:1999 ...