> 백엔드 개발 > 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으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿