gpt4 book ai didi

svg - 以编程方式将SVG形状转换为路径(lineto,moveto)

转载 作者:行者123 更新时间:2023-12-04 07:04:41 30 4
gpt4 key购买 nike

我有一个来自Inkscape,Illustrator或任何其他应用程序的SVG文件。我想将形状转换为linetomovetocurveto格式。

我想要的是这样的:

./Appname svgfile outfilewithpath

我将提供SVG文件作为参数,然后我的应用程序会将对象转换为相应的路径。

最佳答案

Inkscape具有命令行界面。使用Inkscape man pageverb source作为引用:
ObjectToPath动词将对象转换为路径:

inkscape filename.svg --select=myobject --verb=ObjectToPath --export-plain-svg=filename_to_path.svg
export-text-to-path参数将文本节点转换为路径:
inkscape filename.svg --export-eps=filename.eps --export-text-to-path

这些是有关如何从Perl,Ruby,PHP或Python运行InkScape的相关问题:
  • Using the Inkscape shell from perl
  • Run inkscape in PHP
  • Calling Inkscape in Python
  • Inkscape Merge Ruby Gem
  • 关于svg - 以编程方式将SVG形状转换为路径(lineto,moveto),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15203650/

    30 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com