imagemagick 没有响应
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论