bobbens / sketch_simplification

Models and code related to sketch simplification of rough sketches.
https://esslab.jp/~ess/research/sketch_master/
Other
726 stars 103 forks source link

About post processing #9

Closed SeaOfOcean closed 5 years ago

SeaOfOcean commented 5 years ago

Hi, thanks for your great work. You mentioned the post-processing in the readme,

convert out.png bmp:- | mkbitmap - -t 0.3 -o - | potrace --svg --group -t 15 -o - > out.svg

but did this command mean? what kind of tools does it depends?

bobbens commented 5 years ago

Read the manpages for each tool to learn what the parameters mean (and a bash tutorial if you are not familiar with shell scripting). Dependencies are only potrace and imagemagick.