ImageMagick支持的格式没有价值 [英] ImageMagick supported formats no value

查看:114
本文介绍了ImageMagick支持的格式没有价值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已安装下载并从链接 http://安装 ImageMagick-6.8.3-7-Q16-x86-dll.exe imagemagick.org/script/binary-releases.php#windows 我使用的是Windows 7和PHP 5.3.8。



安装时它在我的机器上正确安装,转换命令完美无缺。在我的转换配置中显示的是



或旧版本:
http:// windows .php.net / downloads / pecl / deps /



在Windows上安装ImageMagick的分步说明:
https://stackoverflow.com/a/28872879/2366136


I have installed download and install ImageMagick-6.8.3-7-Q16-x86-dll.exe from the link http://imagemagick.org/script/binary-releases.php#windows and I am using Windows 7 and PHP 5.3.8.

When in install this it got installed correctly in my machine and convert commands works perfectly. On my convert config what shows is here:

But on my phpinfo section I get:

ImageMagick supported formats has no value

I got all the image magick values like this https://www.evernote.com/shard/s297/sh/12397c86-d016-4ca4-9415-fd541daeca39/2fc504bf5ddba5693efd3249402b2b5c.

I don't know why it is getting as no value i have installed the same ImageMagick-6.8.3-7-Q16-x86-dll.exe on php 5.3.8 in my 32 bit windows7 machine . The php_imagick.dll i downloded from other website. I don't know what is the issue i am having in install imagemaagick, if it is the issue with php_imagick.dll version can anybody suggest proper php_imagick version for this configuration?

解决方案

Not all versions of ImageMagick will work with all versions of php_imagick.dll. The Imagick extension v3.4.* in combination with ImageMagick 7.* gave no support for any image format. When I downgraded to ImageMagick 6.9.* the problem was solved.

On an echo of phpinfo you can see which version of ImageMagick is needed. Search for "Imagick using ImageMagick library version" and "Imagick compiled with ImageMagick version" (which should be equal).

List of binary downloads: https://www.imagemagick.org/download/binaries/

Or older versions: http://windows.php.net/downloads/pecl/deps/

Step by step instructions for installing ImageMagick on Windows: https://stackoverflow.com/a/28872879/2366136

这篇关于ImageMagick支持的格式没有价值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆