Page 1 of 1

Softening edges

Posted: 2014-03-11T17:03:45-07:00
by cookienana
Is there a function to soften edges of images, and if so, can you tell me how to do it?
Thank you,
cookienana

Re: Softening edges

Posted: 2014-03-11T17:09:25-07:00
by fmw42
What exactly do you mean by "the edges" of the image? Do you mean edges of features in the image or rectangular boundary of the image?


see -blur
http://www.imagemagick.org/script/comma ... s.php#blur
http://www.imagemagick.org/Usage/blur/#blur
http://www.imagemagick.org/Usage/blur/
http://www.imagemagick.org/Usage/thumbnails/#soft_edges

Code: Select all

convert image -blur 0x1 result
change the 1 to some larger value if you want more blurring/softening.

In the future, please identify your version of IM and platform. Thanks

Also see
viewtopic.php?f=1&t=9620