位置: 编程技术 - 正文
推荐整理分享PHP:imagetypes()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.0.2, PHP 5)
imagetypes — 返回当前 PHP 版本所支持的图像类型
说明 int imagetypes ( void )本函数以比特字段方式返回与当前 PHP 版本关联的 GD 库所支持的图像格式。将返回以下结果,IMG_GIF | IMG_JPG | IMG_PNG | IMG_WBMP| IMG_XPM。 例如要检查是否支持 PNG,这样做:
Example #1 imagetypes() 例子
<?phpif(imagetypes()&IMG_PNG){echo"PNGSupportisenabled";}?>PHP:imagestring()的用法_GD库图像处理函数 imagestring(PHP4,PHP5)imagestring水平地画一行字符串说明boolimagestring(resource$image,int$font,int$x,int$y,string$s,int$col)imagestring()用col颜色将字符串s画到image所代表的图
PHP:imagesy()的用法_GD库图像处理函数 imagesy(PHP4,PHP5)imagesy取得图像高度说明intimagesy(resource$image)imagesy()返回image所代表的图像的高度。Example#1使用imagesy()?php//createa*image$img=imagecreatetruecolor(
PHP:imagetruecolortopalette()的用法_GD库图像处理函数 imagetruecolortopalette(PHP4=4.0.6,PHP5)imagetruecolortopalette将真彩色图像转换为调色板图像说明boolimagetruecolortopalette(resource$image,bool$dither,int$ncolors)imagetruecolortopalett
标签: PHP:imagetypes()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/284741.html 转载请保留说明!友情链接: 武汉网站建设