Hello,
I have one - stupid question. How Can I remove this red circle from this image? (I don't want to lose "text")
I try do it by Fill / fuzz, but I'm just new in Magick, and I can't do it alone .
How to remove red color
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to remove red color
This works for me in command line. Sorry I do not use Magick.Net
Code: Select all
convert image.png -fuzz 25% -fill white -opaque red result.png