位置: 编程技术 - 正文
推荐整理分享PHP:imagepolygon()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
imagepolygon — 画一个多边形
说明 bool imagepolygon ( resource $image , array $points , int $num_points , int $color )imagepolygon() 在图像中创建一个多边形。points 是一个 PHP 数组,包含了多边形的各个顶点坐标,即 points[0] = x0,points[1] = y0,points[2] = x1,points[3] = y1,以此类推。num_points 是顶点的总数。
Example #1 imagepolygon() 例子
<?php//createablankimage$image=imagecreatetruecolor(,);//fillthebackgroundcolor$bg=imagecolorallocate($image,0,0,0);//chooseacolorforthepolygon$col_poly=imagecolorallocate($image,,,);//drawthepolygonimagepolygon($image,array(0,0,,,,),3,$col_poly);//outputthepictureheader("Content-type:image/png");imagepng($image);?>参见 imagecreate() 和 imagecreatetruecolor()。
PHP:imagepsbbox()的用法_GD库图像处理函数 imagepsbbox(PHP4,PHP5)imagepsbbox给出一个使用PostScriptType1字体的文本方框说明arrayimagepsbbox(string$text,resource$font,int$size)arrayimagepsbbox(string$text,resource$font,int$size,int
PHP:imagepalettetotruecolor()的用法_GD库图像处理函数 imagepalettetotruecolor(PHP5=5.5.0)imagepalettetotruecolorConvertsapalettebasedimagetotruecolor说明boolimagepalettetotruecolor(resource$src)Convertsapalettebasedimage,createdbyfunctionslikeimagecrea
PHP:imagepalettecopy()的用法_GD库图像处理函数 imagepalettecopy(PHP4=4.0.1,PHP5)imagepalettecopy将调色板从一幅图像拷贝到另一幅说明voidimagepalettecopy(resource$destination,resource$source)imagepalettecopy()从source图像把调色
标签: PHP:imagepolygon()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/288325.html 转载请保留说明!友情链接: 武汉网站建设