使用 PHP 将 Ai 转为 Png

发布于 2024-07-29 13:05:02 字数 31 浏览 7 评论 0原文

是否可以使用 PHP 将 AI 转换为 PNG?

Is it possible to convert AI to PNG using PHP?

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

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

发布评论

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

评论(3

淡紫姑娘! 2024-08-05 13:05:02

ImageMagick 支持从 AI 转换为 JPG

ImageMagick supports conversing from AI to JPG

焚却相思 2024-08-05 13:05:02

我几乎确信 GhostView 可以使用 Ghostview 的命令行界面从 AI 转换为 PNG。

AI格式只是PostScript的更有组织和更严格的版本,例如不使用PostScript语言的循环构造和其他高级控制流构造。

I'm almost sure that GhostView can convert from AI to PNG with the command line interface of ghostview.

The AI-format is just a more organized and stricter version of PostScript, e.g. loop-constructs and other high-level control-flow constructs of the PostScript language are not used.

×眷恋的温暖 2024-08-05 13:05:02

从来没有听说过可以做到这一点。
最知名的图像处理库是 ImageMagickGD,但我真的怀疑任何人都可以将专有格式光栅化为 AI。

Never heard that this can be done.
Most known image processing libraries are ImageMagick and GD, but I really doubt any can raster a proprietary format as AI.

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