是否有任何库(或使用 GD2 或 Image Magick)允许上传和处理 EPS 或矢量文件?

发布于 2024-09-02 03:44:55 字数 72 浏览 4 评论 0原文

我需要允许将用户上传的徽标缩放为不同格式的不同尺寸,是否有任何库(包含或额外)允许为此目的处理 EPS 文件或高分​​辨率艺术品?

I need to allow for scaling a user uploaded logo to different sizes for different formats, are there any libraries (included or extra) that allow for the procesing of EPS files or high res artwork for this purpose?

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

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

发布评论

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

评论(1

清风不识月 2024-09-09 03:44:55

如果您使用 ext/java 构建了 PHP 并且可以处理 SVG,则 PEAR 的 XML_svg2imageApache Batik 光栅器的接口。不过它有点被遗弃了,自 2002 年以来就一直积满灰尘。

不过 Batik 本身是可编写脚本的,因此如果您不想的话,通过命令行或外部进程自动转换应该不会太麻烦。 / 无法重新编译 PHP 或处理死代码。

If you've built PHP with ext/java and can deal with SVG, PEAR's XML_svg2image is an interface to Apache Batik's rasterizer. It's a little abandoned though, and has been collecting dust since 2002.

Batik itself is scriptable though, so automating conversion via command-line or external process shouldn't be too hairy if you don't want to / can't recompile PHP or deal with dead code.

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