开发者

No formats supported in PHP/ImageMagik/imagick

开发者 https://www.devze.com 2023-03-17 11:20 出处:网络
I\'ve installed pecl-imagick from FreeBSD ports and it can\'t do a thing with images. phpinfo() reports this:

I've installed pecl-imagick from FreeBSD ports and it can't do a thing with images.

phpinfo() reports this:

ImageMagick number of supported formats:    0
ImageMagick supported formats:  no value

But ImageMagick insta开发者_如何学运维lled correctly and show all it's stuff:

$ convert -list configure
...
DELEGATES     bzlib fftw fontconfig jpeg jng lzma png zlib
...

What could be wrong and how to fix it?


I found that having an extension for GraphicsMagick (a "better" fork) installed causes that.

If you don't feel how it makes any sense, I'm totally with you.


Did you install PHP from ports? Update your ports and re-install packages.

0

精彩评论

暂无评论...
验证码 换一张
取 消