Remove halo effect?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
zenox

Remove halo effect?

Post by zenox »

I have some existing pngs that have a transparent background and a slight halo effect around them. I have been trying to see if I can make it a little bit better. I have been trying things similar to:

convert image.png -virtual-pixel edge -blur 0x.1 -fuzz 15% -trim new.png

Which to my understanding will try to blur some of the edge pixels? But I have not been having very much luck. Any suggestions on some commands that may help me out?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Remove halo effect?

Post by fmw42 »

post a link to an example image

also see http://www.imagemagick.org/Usage/channe ... k_creation
Post Reply