本文实例为大家分享了PHP实现文字写入图片的具体代码,供大家参考,具体内容如下
/** * PHP实现文字写入图片 */ class wordsOnImg { public $config = null; /** * @param $config 传入参数 * @param $config['file'] 图片文件 * @param $config['size'] 文字大小 * @param $config['angle'] 文字的水平角度 * @param $config['fontfile'] 字体文件路径 * @param $config['width'] 预先设置的宽度 * @param $config['x'] 开始写入时的横坐标 * @param $config['y'] 开始写入时的纵坐标 */ public function __construct($config=null){ if(empty($config)){ return 'must be config'; } $fileArr = explode(".",$config['file']); $config['file_name'] = $fileArr[0]; $config['file_ext'] = $fileArr[1]; $this->config = $config; } /** * PHP实现图片上写入实现文字自动换行 * @param $fontsize 字体大小 * @param $angle 角度 * @param $font 字体路径 * @param $string 要写在图片上的文字 * @param $width 预先设置图片上文字的宽度 * @param $flag 换行时单词不折行 */ public function wordWrap($fontsize,$angle,$font,$string,$width,$flag=true) { $content = ""; if($flag){ $words = explode(" ",$string); foreach ($words as $key=>$value) { $teststr = $content." ".$value; $testbox = imagettfbbox($fontsize, $angle, $font, $teststr); //判断拼接后的字符串是否超过预设的宽度 if(($testbox[2] > $width)) { $content .= "\n"; } $content .= $value." "; } }else{ //将字符串拆分成一个个单字 保存到数组 letter 中 for ($i=0;$i<mb_strlen($string);$i++) { $letter[] = mb_substr($string, $i, 1); } foreach ($letter as $l) { $teststr = $content." ".$l; $testbox = imagettfbbox($fontsize, $angle, $font, $teststr); // 判断拼接后的字符串是否超过预设的宽度 if (($testbox[2] > $width) && ($content !== "")) { $content .= "\n"; } $content .= $l; } } return $content; } /** * 实现写入图片 * @param $text 要写入的文字 * @param $flag 是否直接输出到浏览器,默认是 */ public function writeWordsToImg($text,$flag=true){ if(empty($this->config)){ return 'must be config'; } //获取图片大小 $img_pathWH = getimagesize($this->config['file']); //打开指定的图片文件 $im = imagecreatefrompng($this->config['file']); #设置水印字体颜色 $color = imagecolorallocatealpha($im,0, 0, 255, 75);//蓝色 $have = false; if(stripos($text,"<br/>")!== false){ $have = true; } if($have){ $words_text = explode("<br/>",$text); $words_text[0] = $this->wordWrap($this->config['size'], $this->config['angle'], $this->config['fontfile'], $words_text[0], $this->config['width']); //自动换行处理 $words_text[1] = $this->wordWrap($this->config['size'], $this->config['angle'], $this->config['fontfile'], $words_text[1], $this->config['width']); //自动换行处理 $words_text[2] = $this->wordWrap($this->config['size'], $this->config['angle'], $this->config['fontfile'], $words_text[2], $this->config['width']); //自动换行处理 imagettftext($im, $this->config['size'], $this->config['angle'], $this->config['x'], $this->config['y'], $color, $this->config['fontfile'], $words_text[0]); imagettftext($im, $this->config['size'], $this->config['angle'], $this->config['x'], $this->config['y']+30, $color, $this->config['fontfile'], " ".$words_text[1]); imagettftext($im, $this->config['size'], $this->config['angle'], $img_pathWH[0]/2+70, $img_pathWH[1]-80, $color, $this->config['fontfile'], $words_text[2]); if($flag){ header("content-type:image/png"); imagepng($im); imagedestroy($im); } imagepng($im,$this->config['file_name'].'_1.'.$this->config['file_ext']); imagedestroy($im); } $words_text = $this->wordWrap($this->config['size'], $this->config['angle'], $this->config['fontfile'], $text, $this->config['width']); //自动换行处理 imagettftext($im, $this->config['size'], $this->config['angle'], $this->config['x'], $this->config['y'], $color, $this->config['fontfile'], $words_text); if($flag){ header("content-type:image/png"); imagepng($im); imagedestroy($im); } imagepng($im,$this->config['file_name'].'_1.'.$this->config['file_ext']); imagedestroy($im); } } $text = "Dear Kang<br/>If you can hold something up and put it down, it is called weight lifting;if you can hold something up but can never put it down, it's called bueden bearing. Pitifully, most of people are bearing heavy burdens when they are in love.\n\nBeing nice to someone you dislike doesn't mean you're a hypocritical people. It means you're mature enough to tolerate your dislike towards them.<br/>Mr. Kang"; $data = array( 'file'=>'20171226152410.png', 'size'=>12, 'angle'=>0, 'fontfile'=>'./Font/ChalkboardSE.ttc', 'width'=>270, 'x'=>20, 'y'=>70 ); //使用 $wordsOnImgObj = new wordsOnImg($data); $wordsOnImgObj->writeWordsToImg($text);
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
华山资源网 Design By www.eoogi.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
华山资源网 Design By www.eoogi.com
暂无评论...
更新日志
2024年11月15日
2024年11月15日
- 黄乙玲1988-无稳定的爱心肝乱糟糟[日本东芝1M版][WAV+CUE]
- 群星《我们的歌第六季 第3期》[320K/MP3][70.68MB]
- 群星《我们的歌第六季 第3期》[FLAC/分轨][369.48MB]
- 群星《燃!沙排少女 影视原声带》[320K/MP3][175.61MB]
- 乱斗海盗瞎6胜卡组推荐一览 深暗领域乱斗海盗瞎卡组分享
- 炉石传说乱斗6胜卡组分享一览 深暗领域乱斗6胜卡组代码推荐
- 炉石传说乱斗本周卡组合集 乱斗模式卡组最新推荐
- 佟妍.2015-七窍玲珑心【万马旦】【WAV+CUE】
- 叶振棠陈晓慧.1986-龙的心·俘虏你(2006复黑限量版)【永恒】【WAV+CUE】
- 陈慧琳.1998-爱我不爱(国)【福茂】【WAV+CUE】
- 咪咕快游豪礼放送,百元京东卡、海量欢乐豆就在咪咕咪粉节!
- 双11百吋大屏焕新“热”,海信AI画质电视成最大赢家
- 海信电视E8N Ultra:真正的百吋,不止是大!
- 曾庆瑜1990-曾庆瑜历年精选[派森][WAV+CUE]
- 叶玉卿1999-深情之选[飞图][WAV+CUE]