• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

关于imagettftext乱码的问题

php 搞代码 3年前 (2022-01-25) 22次浏览 已收录 0个评论
文章目录[隐藏]

<body>

imagettftext函数在windows下中文显示正常,在linux下中文就出现了乱码。。。
核心代码如下:

<code>//此处省略N行。。。$image = imagecreatetruecolor($width, $height);$color = imagecolorallocate($image, $red, $green, $blue);imagefill($image, 0, 0, $color);$tcolor = imagecolorallocate($image, $tred, $tgreen, $tblue);//imagestring ($image,  $fontfile,  20 ,  20 ,  "Hello world!" ,  $tcolor);//echo floor(($height - $fontinfo['height']) / 2);die;imagettftext($image, $tsize, 0, ($width - $fontinfo['width']) / 2, $height / 2, $tcolor, $fontfile, $text);//此处省略N行。。。</code>

转码什么的都试过了,不行!也觉得不是编码的问题。。。
linux下也已经安装了msyh.ttf字体。。。

windows下显示:

linux下显示:

还望各位兄弟姐妹看看,小弟先谢过了!

(、本文来源gao@!dai!ma.com搞$$代^@码网*搞gaodaima代码

回复内容:

<body>

imagettftext函数在windows下中文显示正常,在linux下中文就出现了乱码。。。
核心代码如下:

<code>//此处省略N行。。。$image = imagecreatetruecolor($width, $height);$color = imagecolorallocate($image, $red, $green, $blue);imagefill($image, 0, 0, $color);$tcolor = imagecolorallocate($image, $tred, $tgreen, $tblue);//imagestring ($image,  $fontfile,  20 ,  20 ,  "Hello world!" ,  $tcolor);//echo floor(($height - $fontinfo['height']) / 2);die;imagettftext($image, $tsize, 0, ($width - $fontinfo['width']) / 2, $height / 2, $tcolor, $fontfile, $text);//此处省略N行。。。</code>

转码什么的都试过了,不行!也觉得不是编码的问题。。。
linux下也已经安装了msyh.ttf字体。。。

windows下显示:

linux下显示:

还望各位兄弟姐妹看看,小弟先谢过了!

%e6%88%91urlencode('我')的结果,是不是通过URL进行参数传递没有解码的问题。
我很奇怪windows上是白色的,怎么Linux下就黄了。。

图片水印出现乱码,一般是两个问题。

  • 文本编码是否统一为utf8

  • GD库是否启用JIS-mapped Japanese Font Support

编码不统一,那就统一一下,启用JIS-mapped Japanese Font Support了,就关闭即可。

什么?你说JIS-mapped Japanese Font Support怎么关闭?

我的方法是重新编译php-gd拓展。

确认过了
文件编码是一致的;
编译参数没有加 –enable-gd-jis-conv的;
windows下测试正常就直接上传到linux服务器了。。。


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:关于imagettftext乱码的问题

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址