2

我有一堆 jpg 图像,我可以使用 Inkscape 中的某些设置手动将其成功转换为 .svg。但我想从命令行运行批量转换。

是否可以通过命令行操作以下设置?:

Path / Trace path / Mode    - (x) Grays              Scans:    [2   ]   

Path / Trace path / Mode    - [ ] Smooth
Path / Trace path / Mode    - [x] Stack scans
Path / Trace path / Mode    - [x] Remove background

Path / Trace path / Options - [x] Suppress speckles, Size:     [2   ]
Path / Trace path / Options - [x] Smooth corners,    Threshold [0.10]
Path / Trace path / Options - [x] Optimize paths,    Tolerance [0.10]

// Something like
>inkscape.exe source.jpg result.svg --trace-path=<the_above_settings>
4

1 回答 1

3

Checkout Potrace 它已集成到 Inkscape 中,但还有一个命令行版本:

http://potrace.sourceforge.net

http://wiki.inkscape.org/wiki/index.php/Potrace

于 2013-07-29T23:31:05.173 回答