Isovalue
Isovalue
I would like to convert an image into isolines. You can see that there are value range in this picture.
It's pixelised and I'd like to convert it into smooth isolines like in the seconde picture (a sort of interpolation) and why not change the value of the color of a value range.
Could you tell me if it's possible ?
Warm regards.
Stefan
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Isovalue
Not with IM directly. But you may be able to do smoothing with autotrace or potrace, which convert your image to vector format.
Re: Isovalue
Thanks a lot for your reply.
I don't want to make a vectorized picture.
I saw that it was possible to isoline a picture on ImageMagick web site but can't succeed in finding where I found this topic.
Warm regards
I don't want to make a vectorized picture.
I saw that it was possible to isoline a picture on ImageMagick web site but can't succeed in finding where I found this topic.
Warm regards
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Isovalue
see http://www.imagemagick.org/Usage/draw/#svg_output for smoothing shapes. But it uses autotrace