imagemagick 没有响应

发布于 2024-12-01 20:50:48 字数 490 浏览 0 评论 0原文

在 Debian 计算机 (debian_version 6.0.2) 上安装 imageMagick 后

运行此命令:

/usr/bin/convert -scale "90x>" -quality 80 -strip "/right/path/source.jpg" "/right/path/destination.jpg"

不会将目标映像保存在 /right/path/ 中 并且不返回任何错误。

“convert”位于 /usr/bin/ 中,因此应该从该位置启动该命令...但没有任何反应...

为我保存的每个文件夹设置了“775”权限文件输入。

写入:

echo exec("whoami"); 

工作并返回具有任何权限的“www-data”

任何线索为什么/做什么?

谢谢。

After installing of imageMagick on a Debian Machine (debian_version 6.0.2)

Running this command:

/usr/bin/convert -scale "90x>" -quality 80 -strip "/right/path/source.jpg" "/right/path/destination.jpg"

doesn't save the destination image in /right/path/
and returns no errors.

"convert" is found into /usr/bin/ so that's where the command should be launched from...but nothing happens...

permissions are set "775" for each folders i'm saving the file in.

writing:

echo exec("whoami"); 

works and returns "www-data" wich has any kind of permissions

Any clue why/what to do?

Thanks.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文