称“其他”为“其他”。通过 Imagick 执行 ImageMagick 命令?

发布于 2024-09-03 05:16:07 字数 603 浏览 4 评论 0原文

我正在使用 Imagick PHP 包装器 ImageMagick。我注意到有些 ImageMagick 命令在 Imagick 包装器中不可用,例如 自动级别标准化

我应该如何调用这些?在 Imagick 中找不到任何内容。使用 exec()shell_exec() 通过 shell 直接调用 ImageMagick 命令是否有缺点?

I'm using the Imagick PHP wrapper for ImageMagick. I've noticed there are some ImageMagick commands that are not available in the Imagick wrapper, such as autolevel and normalize.

How should I go about calling these? Couldn't find anything in Imagick. Are there disadvantages to calling the ImageMagick commands directly through the shell with exec() or shell_exec()?

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

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

发布评论

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

评论(1

月隐月明月朦胧 2024-09-10 05:16:07

我建议使用system()。由于某种原因,exec() 在我的 MacBook 上不起作用。

I recommend using system(). For some reason, exec() doesn't work on my MacBook.

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