Page 1 of 1

Re: Help with removing certain colors

Posted: 2007-06-01T06:42:17-07:00
by magick
Try this command to eliminate a particular color from your image:
  • convert radar.gif -fill none -fuzz 20% -opaque #00e9e7 image.gif

Re: Help with removing certain colors

Posted: 2007-06-04T20:23:35-07:00
by anthony
But it it is the 'dots' you want to get rid of a -median filter on just the alpha channel should do the job.