位置: 编程技术 - 正文
推荐整理分享PHP:imagealphablending()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.0.6, PHP 5)
imagealphablending — 设定图像的混色模式
说明 bool imagealphablending ( resource $image , bool $blendmode )imagealphablending() 允许在真彩色图像上使用两种不同的绘画模式。在混色(blending)模式下,alpha 通道色彩成分提供给所有的绘画函数,例如 imagesetpixel() 决定底层的颜色应在何种程度上被允许照射透过。作为结果,GD 自动将该点现有的颜色和画笔颜色混合,并将结果储存在图像中。结果的像素是不透明的。在非混色模式下,画笔颜色连同其 alpha 通道信息一起被拷贝,替换掉目标像素。混色模式在画调色板图像时不可用。如果 blendmode 为 TRUE,则启用混色模式,否则关闭。成功时返回 TRUE, 或者在失败时返回 FALSE。
Note: 此函数需要 GD 2.0.1 或更高版本(推荐 2.0. 及更高版本)。
参数image
由图象创建函数(例如imagecreatetruecolor())返回的图象资源。
blendmodeWhether to enable the blending mode or not. On true color images the default value is TRUE otherwise the default value is FALSE
返回值成功时返回 TRUE, 或者在失败时返回 FALSE。
范例Example #1 imagealphablending() usage example
<?php//Createimage$im=imagecreatetruecolor(,);//Setalphablendingtoonimagealphablending($im,true);//Drawasquareimagefilledrectangle($im,,,,,imagecolorallocate($im,,0,0));//Outputheader('Content-type:image/png');imagepng($im);imagedestroy($im);?> 注释Note: 此函数需要 GD 2.0.1 或更高版本(推荐 2.0. 及更高版本)。
PHP:getimagesize()的用法_GD库图像处理函数 getimagesize(PHP4,PHP5)getimagesize取得图像大小说明arraygetimagesize(string$filename[,array&$imageinfo])getimagesize()函数将测定任何GIF,JPG,PNG,SWF,SWC,PSD,TIFF,BMP,IFF
PHP:imageaffine()的用法_GD库图像处理函数 imageaffine(PHP5=5.5.0)imageaffine返回经过仿射变换后的图像,剪切区域可选说明resourceimageaffine(resource$image,array$affine[,array$clip])Warning本函数还未编写文档,仅
PHP:image2wbmp()的用法_GD库图像处理函数 image2wbmp(PHP4=4.0.5,PHP5)image2wbmp以WBMP格式将图像输出到浏览器或文件说明intimage2wbmp(resource$image[,string$filename[,int$threshold]])image2wbmp()从image图像创建一个名为f
标签: PHP:imagealphablending()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/288391.html 转载请保留说明!友情链接: 武汉网站建设