首頁 > 後端開發 > php教程 > imagemagick - php ImagickException

imagemagick - php ImagickException

WBOY
發布: 2016-06-06 20:49:36
原創
1845 人瀏覽過

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
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板