gpt4 book ai didi

php - 在 imageloadfont 中给出字体参数时出错

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:51:14 24 4
gpt4 key购买 nike

我正在使用 imageloadfont 函数来创建动态图像。我将 AARDV.TTF 字体文件作为 imageloadfont 文件中的参数。在我使用的代码下方:

$im = imagecreatetruecolor(750,600);
$title = imagecolorallocate($im, 255, 240, 255);
$font = imageloadfont(JPATH_SITE.'/components/com_motivator/images/font/AARDV.TTF');
$text = "Some text here";

imagettftext($im, 20, 0, 15, 20, $title, $font, $text);

当上面的代码运行时,我收到一条错误消息

Warning: imageloadfont() [function.imageloadfont]: gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully

我如何解决这个错误给我任何想法

最佳答案

您的 imagettftext() 函数应该像 imageTTFtext() 一样编写,我认为该库区分大小写。

关于php - 在 imageloadfont 中给出字体参数时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8385314/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com