位置: 编程技术 - 正文
推荐整理分享PHP:image2wbmp()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.0.5, PHP 5)
image2wbmp — 以 WBMP 格式将图像输出到浏览器或文件
说明 int image2wbmp ( resource $image [, string $filename [, int $threshold ]] )image2wbmp() 从 image 图像创建一个名为 filename 的 WBMP 文件。image 参数是某个图像创建函数的返回值,例如 imagecreatetruecolor()。
filename 参数是可选项,如果省略,则直接将原图像流输出。通过用 header() 发送 image/vnd.wap.wbmp 的 Content-type,可以创建直接输出 WBMP 图像的 PHP 脚本。
Example #1 image2wbmp() 例子
<?php$file='php.jpg';$image=imagecreatefrompng($file);header('Content-type:'.image_type_to_mime(IMAGETYPE_WBMP));image2wbmp($file);//outputthestreamdirectly?>Note:
WBMP 支持仅在 PHP 编译时加入了 GD-1.8 或更高版本时可用。
参见 imagewbmp()。
PHP:image_type_to_extension()的用法_GD库图像处理函数 image_type_to_extension(PHP5)image_type_to_extension取得图像类型的文件后缀说明stringimage_type_to_extension(int$imagetype[,bool$include_dot=TRUE])根据给定的常量IMAGETYPE_XXX返回
PHP:image_type_to_mime_type()的用法_GD库图像处理函数 image_type_to_mime_type(PHP4=4.3.0,PHP5)image_type_to_mime_type取得getimagesize,exif_read_data,exif_thumbnail,exif_imagetype所返回的图像类型的MIME类型说明stringimage_type_to_mime_
PHP:getimagesizefromstring()的用法_GD库图像处理函数 getimagesizefromstring(PHP5=5.4.0)getimagesizefromstring从字符串中获取图像尺寸信息说明arraygetimagesizefromstring(string$imagedata[,array&$imageinfo])同getimagesize()函数。区别是
标签: PHP:image2wbmp()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/289075.html 转载请保留说明!友情链接: 武汉网站建设