Hello,
I try to reproduce this effect with imagemagick but I do not find a solution.
Is this possible?
Thank you
Smoothing effect
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Smoothing effect
You may also like to try using a raster to vector and back to raster conversion!
See IM examples...
http://www.imagemagick.org/Usage/transform/#edge_vector
and
http://www.imagemagick.org/Usage/draw/#svg_output
It should work well as you have already eliminated anti-aliasing pixels that will often confuse a tool like "autotrace".
NOTE IM does have the ability to make direct use of autotrace when either reading or writing images like this. See the above link for details.
You may also like to clean up and smooth speckles before using autotrace (or median) by using Morphology Operators to smooth the edges a little.
http://www.imagemagick.org/Usage/morphology/#basic
See IM examples...
http://www.imagemagick.org/Usage/transform/#edge_vector
and
http://www.imagemagick.org/Usage/draw/#svg_output
It should work well as you have already eliminated anti-aliasing pixels that will often confuse a tool like "autotrace".
NOTE IM does have the ability to make direct use of autotrace when either reading or writing images like this. See the above link for details.
You may also like to clean up and smooth speckles before using autotrace (or median) by using Morphology Operators to smooth the edges a little.
http://www.imagemagick.org/Usage/morphology/#basic
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/