Inkscape命令行:需要将SVG转换为eps而不进行滤镜光栅化

编程入门 行业动态 更新时间:2024-10-18 08:23:18
本文介绍了Inkscape命令行:需要将SVG转换为eps而不进行滤镜光栅化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我需要将SVG转换为EPS,并且当前使用inkscape进行此操作.

I need to convert an SVG to EPS and currently use inkscape to do this.

要使用Inkscape GUI版本转换SVG,我只需打开svg和另存为""logo.eps",而不选择栅格化滤镜效果"选项.

To convert the SVG using the Inkscape GUI version, I simply open the svg, and "Save As" 'logo.eps', unselecting the "Rasterize filter effects" option.

但是,我想使用命令行自动执行此过程. 使用

However, I want to automate this process using the command line. Using

inkscape logo.svg -E logo.eps

有效,但不会禁用滤镜栅格化.我已经进行了一些研究,但无法弄清楚该怎么做,任何人都可以向我提供正确的命令吗?谢谢

works but does not disable filter rasterisation. I have done some research but can't figure out how to do this can anyone provide me the correct command? Thanks

推荐答案

我用于解决此问题的命令是

The command I had to use to fix this problem was

inkscape in.svg -E out.eps --export-ignore-filters --export-ps-level=3

其中in.svg是您的图像,out.eps是出现的eps.

where in.svg is your image and out.eps is the eps that comes out.

更多推荐

Inkscape命令行:需要将SVG转换为eps而不进行滤镜光栅化

本文发布于:2023-07-27 00:05:04,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1219133.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:滤镜   而不   光栅   转换为   命令行

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!