位置: 编程技术 - 正文
推荐整理分享PHP:imagelayereffect()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.3.0, PHP 5)
imagelayereffect — 设定 alpha 混色标志以使用绑定的 libgd 分层效果
说明 bool imagelayereffect ( resource $image , int $effect )设定 alpha 混色标志以使用绑定的 libgd 分层效果。
参数image
由图象创建函数(例如imagecreatetruecolor())返回的图象资源。
effectOne of the following constants:IMG_EFFECT_REPLACE Use pixel replacement (equivalent of passing TRUE to imagealphablending())IMG_EFFECT_ALPHABLEND Use normal pixel blending (equivalent of passing FALSE to imagealphablending())IMG_EFFECT_NORMAL Same as IMG_EFFECT_ALPHABLEND.IMG_EFFECT_OVERLAY Overlay has the effect that black background pixels will remain black, white background pixels will remain white, but grey background pixels will take the colour of the foreground pixel.
返回值成功时返回 TRUE, 或者在失败时返回 FALSE。
范例Example #1 imagelayereffect() example
<?php//Setupanimage$im=imagecreatetruecolor(,);//Setabackgroundimagefilledrectangle($im,0,0,,,imagecolorallocate($im,,,));//Applytheoverlayalphablendingflagimagelayereffect($im,IMG_EFFECT_OVERLAY);//Drawtwogreyellipsesimagefilledellipse($im,,,,,imagecolorallocate($im,,,));imagefilledellipse($im,,,,,imagecolorallocate($im,,,));imagefilledellipse($im,,,,,imagecolorallocate($im,,,));//Outputheader('Content-type:image/png');imagepng($im);imagedestroy($im);?>以上例程的输出类似于:
注释Note: 此函数仅在与 GD 库捆绑编译的 PHP 版本中可用。
Note: 此函数需要 GD 2.0.1 或更高版本(推荐 2.0. 及更高版本)。
PHP:imagejpeg()的用法_GD库图像处理函数 imagejpeg(PHP4,PHP5)imagejpeg输出图象到浏览器或文件。说明boolimagejpeg(resource$image[,string$filename[,int$quality]])imagejpeg()从image图像以filename为文件名创建一个JPEG图
PHP:imageistruecolor()的用法_GD库图像处理函数 imageistruecolor(PHP4=4.3.2,PHP5)imageistruecolor检查图像是否为真彩色图像说明boolimageistruecolor(resource$image)imageistruecolor()检查image图像是否为真彩色图像。参数image
PHP:imageinterlace()的用法_GD库图像处理函数 imageinterlace(PHP4,PHP5)imageinterlace激活或禁止隔行扫描说明intimageinterlace(resource$image[,int$interlace])imageinterlace()打开或关闭隔行扫描的比特标记。如果interlace为
标签: PHP:imagelayereffect()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/288330.html 转载请保留说明!上一篇:PHP:imageloadfont()的用法_GD库图像处理函数
下一篇:PHP:imagejpeg()的用法_GD库图像处理函数(php中imagestring)
友情链接: 武汉网站建设