是否有任何库(或使用 GD2 或 Image Magick)允许上传和处理 EPS 或矢量文件?
我需要允许将用户上传的徽标缩放为不同格式的不同尺寸,是否有任何库(包含或额外)允许为此目的处理 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 ext/java 构建了 PHP 并且可以处理 SVG,则 PEAR 的 XML_svg2image 是Apache 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.