位置: 编程技术 - 正文
推荐整理分享PHP:imagerotate()的用法_GD库图像处理函数(php imagettftext),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php imagefill,php imagecopymerge,php imagecopy,php imagefill,php imagecopymerge,php imagecopymerge,php imagefill,php image,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.3.0, PHP 5)
imagerotate — 用给定角度旋转图像
说明 resource imagerotate ( resource $image , float $angle , int $bgd_color [, int $ignore_transparent = 0 ] )将 src_im 图像用给定的 angle 角度旋转。bgd_color 指定了旋转后没有覆盖到的部分的颜色。
旋转的中心是图像的中心,旋转后的图像会按比例缩小以适合目标图像的大小——边缘不会被剪去。
参数
image
由图象创建函数(例如imagecreatetruecolor())返回的图象资源。
angleRotation angle, in degrees. The rotation angle is interpreted as the number of degrees to rotate the image anticlockwise.
bgd_colorSpecifies the color of the uncovered zone after the rotation
ignore_transparent如果被设为非零值,则透明色会被忽略(否则会被保留)。
返回值返回旋转后的图像资源, 或者在失败时返回 FALSE。
更新日志版本 说明 5.1.0 新增: ignore_transparent 。
范例
Example #1 将图像旋转 度
本例将把一幅图像旋转 度——上下颠倒。
<?php//Fileandrotation$filename='test.jpg';$degrees=;//Contenttypeheader('Content-type:image/jpeg');//Load$source=imagecreatefromjpeg($filename);//Rotate$rotate=imagerotate($source,$degrees,0);//Outputimagejpeg($rotate);?>以上例程的输出类似于:
注释Note: 此函数仅在与 GD 库捆绑编译的 PHP 版本中可用。
PHP:imagescale()的用法_GD库图像处理函数 imagescale(PHP5=5.5.0)imagescaleScaleanimageusingthegivennewwidthandheight说明resourceimagescale(resource$image,int$new_width[,int$new_height=-1[,int$mode=IMG_BILINEAR_FIXED]])Warning本函数还未
PHP:imagesetbrush()的用法_GD库图像处理函数 imagesetbrush(PHP5=5.5.0)imagesetbrush设定画线用的画笔图像说明boolimagesetbrush(resource$image,resource$brush)当用特殊的颜色IMG_COLOR_BRUSHED或IMG_COLOR_STYLEDBRUSHED绘画时,im
PHP:imagesavealpha()的用法_GD库图像处理函数 imagesavealpha(PHP4=4.3.2,PHP5)imagesavealpha设置标记以在保存PNG图像时保存完整的alpha通道信息(与单一透明色相反)说明boolimagesavealpha(resource$image,bool$saveflag)ima
标签: php imagettftext
本文链接地址:https://www.jiuchutong.com/biancheng/284752.html 转载请保留说明!上一篇:PHP:imagesetinterpolation()的用法_GD库图像处理函数
友情链接: 武汉网站建设