首页 > 后端开发 > php教程 > imagemagick - php ImagickException

imagemagick - php ImagickException

WBOY
发布: 2016-06-06 20:49:36
原创
1811 人浏览过

extension_loaded('imagick') or die('imagick not loaded');

$image = new Imagick('../2.jpg');

$image->readImageBlob($image);

我在本地执行这段代码 提示这个错误

PHP Fatal error: Uncaught exception 'ImagickException' with message 'no decode delegate for this image format `/var/tmp/magick-97177Oi2u6P8XJCjE' @ error/constitute.c/ReadImage/552' in /Users/test/img/img.php:4 Stack trace:

0 /Users/test/img/img.php(4): Imagick->__construct('../2.jpg')

1 {main}

thrown in /Users/test/img/img.php on line 4

我的 Imagick 已经安装了

imagemagick - php ImagickException

请各位帮忙看看是什么问题

回复内容:

extension_loaded('imagick') or die('imagick not loaded');

$image = new Imagick('../2.jpg');

$image->readImageBlob($image);

我在本地执行这段代码 提示这个错误

PHP Fatal error: Uncaught exception 'ImagickException' with message 'no decode delegate for this image format `/var/tmp/magick-97177Oi2u6P8XJCjE' @ error/constitute.c/ReadImage/552' in /Users/test/img/img.php:4 Stack trace:

0 /Users/test/img/img.php(4): Imagick->__construct('../2.jpg')

1 {main}

thrown in /Users/test/img/img.php on line 4

我的 Imagick 已经安装了

imagemagick - php ImagickException

请各位帮忙看看是什么问题

ImageMagick报错说“no decode delegate for this image format”的意思就是,你装了ImageMagick,但你装的ImageMagick无法解码你要打开的文件(JPEG)

注意看你截图里的"ImageMagick supported formats",里面没有JPEG

我想大概是你配置安装ImageMagick时没有加'--with-jpeg=yes吧……

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板