【问题标题】:Fred's ImageMagick Scripts-3DRotation is not working,(3Drotate.sh: line 384: bc: command not found)Fred 的 ImageMagick Scripts-3DRotation 不起作用,(3Drotate.sh:第 384 行:bc:找不到命令)
【发布时间】:2012-06-21 17:18:55
【问题描述】:

在 Fred 的 ImageMagick 脚本中,我尝试运行 3DRotate.sh,但收到错误消息。但是我可以运行 cartoon.sh 我不知道为什么?请如果有人知道这...帮助我...

我收到这样的错误消息。

   root@vps-1100110-10106 [~/imagick]# ./3Drotate.sh pan=45 auto=zc test.jpg testfile.jpg
./3Drotate.sh: line 195: bc: command not found
expr: warning: unportable BRE: `^[0-9][0-9]*$': using `^' as the first character
of the basic regular expression is not portable; it is being ignored
expr: warning: unportable BRE: `^[+-][0-9][0-9]*$': using `^' as the first character
of the basic regular expression is not portable; it is being ignored
expr: warning: unportable BRE: `^[0-9]*[\\.][0-9]*$': using `^' as the first character
of the basic regular expression is not portable; it is being ignored
expr: warning: unportable BRE: `^[+-][0-9]*[\\.][0-9]*$': using `^' as the first character
of the basic regular expression is not portable; it is being ignored
./3Drotate.sh: line 384: bc: command not found
./3Drotate.sh: line 385: bc: command not found
./3Drotate.sh: line 387: [: too many arguments
./3Drotate.sh: line 388: bc: command not found
./3Drotate.sh: line 389: bc: command not found
./3Drotate.sh: line 390: bc: command not found
./3Drotate.sh: line 391: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 576: bc: command not found
./3Drotate.sh: line 577: bc: command not found
./3Drotate.sh: line 578: bc: command not found
./3Drotate.sh: line 579: bc: command not found
./3Drotate.sh: line 582: bc: command not found
./3Drotate.sh: line 582: [: -eq: unary operator expected
./3Drotate.sh: line 586: bc: command not found
./3Drotate.sh: line 586: [: -eq: unary operator expected
./3Drotate.sh: line 646: bc: command not found
./3Drotate.sh: line 660: bc: command not found
./3Drotate.sh: line 661: bc: command not found
./3Drotate.sh: line 662: bc: command not found
./3Drotate.sh: line 663: bc: command not found
./3Drotate.sh: line 664: bc: command not found
./3Drotate.sh: line 665: bc: command not found
./3Drotate.sh: line 669: bc: command not found
./3Drotate.sh: line 670: bc: command not found
./3Drotate.sh: line 676: bc: command not found
./3Drotate.sh: line 689: bc: command not found
./3Drotate.sh: line 690: bc: command not found
./3Drotate.sh: line 691: bc: command not found
./3Drotate.sh: line 692: bc: command not found
./3Drotate.sh: line 693: bc: command not found
./3Drotate.sh: line 701: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found
./3Drotate.sh: line 230: bc: command not found

--- NOT A VALID SET OF MATRIX ROWS ---

我的 Imagemagick

Version: ImageMagick 6.7.1-7 2012-06-18 Q16

【问题讨论】:

  • 如果我这样输入,我会收到错误消息:root@vps-1100110-10106 [~/imagick]# ./3Drotate.sh ./3Drotate.sh: line 195: bc: command not找到

标签: linux bash imagemagick


【解决方案1】:

BC 是一个计算器/数学程序,我认为它没有安装在您的服务器上。您可以要求您的主机安装它。

我认为这与您之前的帖子有关,并且使用 Freds 代码执行的操作可以在 Imagemagick 中完成,无论如何您需要计算出您想要的内容,并且可以使用标准 php 函数而不是 bc 来执行计算.

【讨论】:

  • @Gobi:与其说“谢谢”,不如upvote 好的答案(点击每个答案左侧的小灰色^ 图标),以及接受最好的(你现在应该能够自己弄清楚如何去做)。
【解决方案2】:

尝试安装 bc:http://linux.about.com/od/commands/l/blcmdl1_bc.htm

(请注意,我假设您使用的是某种 *nix 风格)。

【讨论】:

  • @Gobi:与其说“谢谢”,不如upvote 好的答案(点击每个答案左侧的小灰色^ 图标),并且接受最好的(你现在应该能够自己弄清楚如何去做)。
猜你喜欢
  • 2016-12-27
  • 1970-01-01
  • 2014-09-28
  • 1970-01-01
  • 1970-01-01
  • 2019-04-26
  • 2017-03-25
  • 1970-01-01
  • 2019-03-07
相关资源
最近更新 更多