介紹[]
AutoTrace是一個跨平台的軟體,功能是把 點陣圖 (http://www.google.com.tw/search?q=define:bitmap&defl=all)轉換成 向量圖 (http://www.google.com.tw/search?q=define:vector&defl=all)。
支援輸入的點陣圖格式:BMP、TGA、PNM、PPM、PGM、PBM。
支援輸出的向量圖格式:PS、SVG、Xfig、SWF、EMF、DXF、CGM、MIF、P2E、SK。 [1]
使用[]
AutoTrace是在命令列模式下工作的軟體,典型命令格式如下:
autotrace.exe --output-file=<filename> --output-format=<format> <input_name>
以example.bmp轉換成example.emf為範例:
autotrace.exe --output-file=example.emf --output-format=emf example.bmp
更進一步的使用方式請參考:
autotrace.exe --help [2]