(PHP)圖片加文字和圖片合成

圖片加文字 <?php $bigImgPath = 'backgroud.png'; $img = imagecreatefromstring(file_get_contents($bigImgPath)); //字體文件 $font = 'msyhl.ttc'; //字體顏色(RGB) $black = imagecolorallocate($img, 0
相關文章
相關標籤/搜索