欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

imagecreatefromstring()函数的用法解决办法

程序员文章站 2022-06-11 12:40:11
...
imagecreatefromstring()函数的用法
手册上的说明:imagecreatefromstring — 从字符串中的图像流新建一图像

我这样写的:
PHP code
    imagecreatefromstring("http://i3.sinaimg.cn/home/deco/2009/0330/logo_home.gif");


报错:
imagecreatefromstring() [function.imagecreatefromstring]: Data is not in a recognized format

这个函数的参数应该怎么写呢?

谢谢!

------解决方案--------------------
它的参数为图像字符串。

参见手册: http://php.net/manual/en/function.imagecreatefromstring.php
------解决方案--------------------
imagecreate — 新建一个基于调色板的图像

imagecreatetruecolor — 新建一个真彩色图像

imagecreatefromstring — 创建一个图像资源从字符串中的图像流。

你看看你是属于哪种情况。
imagecreatefromstring()函数的用法解决办法

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频