我应该在 Drupal 中将 ImageMagick 或 GD2 与 ImageAPI 一起使用吗?
我应该在 Drupal 中将 ImageMagick 或 GD2 与 ImageAPI 一起使用吗?有什么优点和缺点?
Should I use ImageMagick, or GD2, with ImageAPI in Drupal? What are the pros and cons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ImageMagick
不利的一面是,它并非随处可用,正如@Nicholas Goy 所说,有严重的依赖性。但当我有选择时,我会使用 ImageMagick。
ImageMagick
On the downside, it is not available everywhere and as @Nicholas Goy says, a heavy dependency. But when I have the choice, I use ImageMagick.
如果你可以避免 ImageMagick,那就避免它。
ImageMagick 是一个严重的依赖项,可能并不到处都存在,而 GD 则更常见。
至于 drupal 的具体问题,我不知道它如何与两者集成,所以只需将我的建议作为部署考虑因素即可。
If you can avoid ImageMagick, then avoid it.
ImageMagick is a heavy dependency that might not be present everywhere, while GD is more often available.
As for the drupal specific question, I don't know how it integrates with either, so just take my advice as a deployment consideration.