Page 1 of 1

How to remove red color

Posted: 2018-02-20T12:05:50-07:00
by Thomaso
Hello,
I have one - stupid question. How Can I remove this red circle from this image? (I don't want to lose "text")
Image

I try do it by Fill / fuzz, but I'm just new in Magick, and I can't do it alone :(.

Re: How to remove red color

Posted: 2018-02-20T13:15:24-07:00
by fmw42
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