- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我一直在将我的网站更新到 PHP 7.1.7 和 IIS,但遇到了 imagecreatetrucolor 抛出 500 错误的问题。
http://localhost/test.php 500 (Internal Server Error)
该文件中唯一的代码行是
<?php imagecreatetruecolor(10,10) ?>
这一直在 PHP 5.6.31 和 Apache 下的站点中运行并返回
resource(2) of type (gd)
GD imaging 在 7.1.7 下的 phpinfo() 中被列为
GD imaging Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger
这是错误
Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor() in D:\Intranet\www\public\test.php:11 Stack trace: #0 {main} thrown in D:\Intranet\www\public\test.php on line 11
可能是什么问题?
最佳答案
根据您的评论确保您已经安装了 php7.1-gd
并且它已启用
看看这个答案可能会有帮助 call-to-undefined-function-imagecreatetruecolor
关于PHP 7.1.7 imagecreatetruecolor 产生 500 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45443652/
根据 http://php.net/manual/en/function.imagecreatetruecolor.php it creates a new true color image 但再往下
我很确定我需要使用 imagefilledrectangle 以获得白色背景而不是黑色背景...只是不确定如何。我已经尝试了几种方法。 $targetImage = imagecreatetrueco
在我网站的控制面板中显示 Apache version : 2.0.63 PHP version : 5.2.9 MySQL version : 5.0.92-community Operating
使用这个“有点”丑陋的类,我使用 .ttf 字体文件将文本呈现为图像。当使用 ImageFlip() 函数时,我得到一个黑色的全黑图像(尽管大小合适)。当我用 imagecreate() 替换所有出现
我一直在将我的网站更新到 PHP 7.1.7 和 IIS,但遇到了 imagecreatetrucolor 抛出 500 错误的问题。 http://localhost/test.php 500 (I
我正在尝试将“pChart”与我的 PHP 代码集成。当我尝试运行示例时,它给我一个错误,指出 call to undefined function imagecreatetruecolor。建议的解
我是一名优秀的程序员,十分优秀!