Inkscape 导出到 Core 显卡?

发布于 2024-10-10 05:13:42 字数 63 浏览 5 评论 0原文

无论如何,我可以将 inkscape SVG 文件导出到 iPhone 核心图形吗? 或者也许是插件/导出工具?

is there anyway that i can export inkscape SVG files to iPhone core graphics?
Or maybe a plugin/export tool?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

白龙吟 2024-10-17 05:13:42

虽然我还没有尝试在自己的项目中使用它,但 SVGKit 看起来是一个漂亮的竞争者用于 SVG 解析器和 Cocoa Core Graphics 绘图库。

Although I'm yet to try and use it in my own project, SVGKit appears as a good looking contender for an SVG parser and Cocoa Core Graphics drawing library.

很快妥协 2024-10-17 05:13:42

据我所知,唯一可以获取 svg(以及其他内容)并吐出核心图形源(以及其他内容)的应用程序是 Mac 上的 Opacity。好消息是它做得很好。坏消息是 a) 它不是 Inkscape,b) 它是商业的,c) 更新已经停滞

有一个完全虚构的演示,并且该应用程序的价格对于您所获得的内容来说是合理的。它确实执行 Coccoa 或 iOS 代码,以及其他光栅化等。

The only application I know of that can take an svg (among other things) and spit out core graphics source (among other things) is Opacity on the Mac. The good news is that it does a great job. The bad news is that a) it's not Inkscape, b) it's commercial, c) updates have stagnated

There is a fully fictional demo and the price of the app is reasonable for what you get. It does do Coccoa or iOS code, plus other rasterizatiins, etc.

迟月 2024-10-17 05:13:42

Inkscape 可以将文件写入 png 等格式,但 png 在 Cocoa 中工作得很好。

我使用 rsvg-convert 从命令行进行转换(类似 unix,也许是 cygwin,我不知道)。

Inkscape can write files as png, among other formats but png works fine in Cocoa.

I use rsvg-convert to convert from the command line (unix-like, maybe cygwin, I don't know).

假面具 2024-10-17 05:13:42

You can use Adobe Illustrator to import svg and then use ai2canvas http://visitmix.com/labs/ai2canvas/ plugin to export it into canvas. Then its a lot easier to convert it into core graphicas than from svg.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文