Re: How use -clut option
Posted: 2014-04-08T02:59:34-07:00
Hi Anthony, thank you so much for your help, fmw42 & snibgo also!
Just before you talk to me to try autotrace, potrace and magnify, I had tried
So, I showing my results :
Always with this main file :
Method
File => http://nauton.espace-meteo.com/autotraceIM.svg
Method
File => http://nauton.espace-meteo.com/potrace.eps
Method
File => http://nauton.espace-meteo.com/autotraceIMSpline.svg
Method
File => http://nauton.espace-meteo.com/autotraceIMBox.svg
Method
File => http://nauton.espace-meteo.com/Magnify.png
Method
File => http://nauton.espace-meteo.com/autotraceIMMagnify.svg
I haven't yet try to colorize with clut option. All results are not perfect. Maybe I take the wrong way?
Just before you talk to me to try autotrace, potrace and magnify, I had tried
So, I showing my results :
Always with this main file :
Method
Code: Select all
convert main3.png +repage autotraceIM.svg;
Method
Code: Select all
potrace ./processing/map/main3.pgm ./processing/map/potrace.eps;
Method
Code: Select all
convert main3.png +repage -filter Spline -resize 2080x1430 Spline.png;convert Spline.png autotraceIMSpline.svg;
Method
Code: Select all
convert main3.png +repage -filter Box -resize 2080x1430 Box.png;convert Box.png autotraceIMBox.svg;
Method
Code: Select all
convert main3.png -magnify Magnify.png;convert main3.png -magnify Magnify.png; ...
Method
Code: Select all
convert Magnify.png autotraceIMMagnify.svg;
I haven't yet try to colorize with clut option. All results are not perfect. Maybe I take the wrong way?