您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息
三六零分类信息网 > 黔南分类信息网,免费分类信息发布

PHP 生成一张图片的两种步骤

2025/2/23 4:42:42发布9次查看
php 生成一张图片的两种方法
方法一:gd
//默认的logo private function generation_default_img($width,$height,$img_type,$output_url) { //检查默认logo是否存在 if(file_exists($output_url)) { return; } else { //新建一个真彩色图像,返回一个图像标识符 header ('content-type: image/png'); $im = imagecreate($width, $height); //分配颜色 $bg_color = imagecolorallocate($im, 255, 255, 255); //画一个矩形并填充 imagefilledrectangle($im, 0, 0, $width, $height, $bg_color); imagepng($im,$output_url); imagedestroy($im); } }
方法二:imagick
//默认的logo private function generation_default_img($width,$height,$img_type,$output_url) { //构建画布 $obj_default = new imagick(); $obj_default -> newimage($width, $height, 'white'); $obj_default -> setimageformat($img_type); $obj_default -> writeimage($output_url); $obj_default -> clear(); //销毁对象 $obj_default -> destroy(); }
黔南分类信息网,免费分类信息发布

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录