imagecreatefromstring()函数的用法解决办法
程序员文章站
2022-06-11 12:40:11
...
imagecreatefromstring()函数的用法
手册上的说明:imagecreatefromstring — 从字符串中的图像流新建一图像
我这样写的:
报错:
imagecreatefromstring() [function.imagecreatefromstring]: Data is not in a recognized format
这个函数的参数应该怎么写呢?
谢谢!
------解决方案--------------------
它的参数为图像字符串。
参见手册: http://php.net/manual/en/function.imagecreatefromstring.php
------解决方案--------------------
imagecreate — 新建一个基于调色板的图像
imagecreatetruecolor — 新建一个真彩色图像
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 — 创建一个图像资源从字符串中的图像流。
你看看你是属于哪种情况。
相关文章
相关视频
推荐阅读
-
浅谈SQLServer的ISNULL函数与Mysql的IFNULL函数用法详解
-
jsreplace函数怎么用(sql语句replace的用法方法)
-
JavaScript的级联函数用法简单示例【链式调用】
-
Visual Studio 2013中scanf函数无法使用的详细解决办法
-
mysql中find_in_set()函数的使用及in()用法详解
-
oracle中lpad函数的用法详解
-
详解Python中open()函数指定文件打开方式的用法
-
MSSQL报错:参数数据类型 text 对于 replace 函数的参数 1 无效的解决办法
-
php中用date函数获取当前时间有误的解决办法
-
mysql的字符串处理函数用法