gpt4 book ai didi

PHP fatal error : Uncaught exception 'ImagickException' with message 'no decode delegate for this image format

转载 作者:搜寻专家 更新时间:2023-10-31 21:37:50 28 4
gpt4 key购买 nike

我正在使用 AWS EC2 Bitnami AMI:bitnami-lampstack-5.4.11-1-linux-ubuntu-12.04.1-x86_64-ebs (ami-aadf4cc3)

我有一个 php 文件:

<?php 
$im = new imagick();
$im->readImageBlob(file_get_contents("http://s3.amazonaws.com/bucket/file.jpg"));
?>

这给了我以下错误:

PHP Fatal error:  Uncaught exception 'ImagickException' with message 'no decode delegate for this image format `' @ error/blob.c/BlobToImage/361' in /opt/bitnami/apache2/htdocs/index.php:3
Stack trace:
#0 /opt/bitnami/apache2/htdocs/index.php(3): Imagick->readimageblob('??????JFIF?????...')
#1 {main}
thrown in /opt/bitnami/apache2/htdocs/index.php on line 3

我使用以下步骤安装了 imagick:

1) wget http://pecl.php.net/get/imagick-3.1.0RC2.tgz
2) tar -zxvf imagick-3.1.0RC2.tgz
3) cd imagick-3.1.0RC2
4) phpize
5) ./configure
6) make
7) make install

到目前为止,我已经尝试过:

1) file_get_contents is returning the image file and it is a confirmed jpeg
2) using convert directly from the command line --> it works
3) imagick-3.0.1 on this AMI and it won't install because of compiler errors
4) imagick-3.0.1 on the previous bitnami AMI (bitnami-lampstack-5.3.10-2-linux-ubuntu-12.04-x86_64-ebs (ami-8c4c96e5)) and it gives the same ImagickException error (no decode delegate)
5) Using a PNG file which gives me the same error

Convert -list configure 给我 DELEGATES bzlib freetype jpeg jng png tiff zlib

最佳答案

解决方案:

更新 /opt/bitnami/scripts/setenv.sh 如下

MAGICKCODERMODULE_PATH="/usr/lib/ImageMagick-6.6.9/modules-Q16/coders"

然后

`/opt/bitnami/ctlscript.sh restart apache`

关于PHP fatal error : Uncaught exception 'ImagickException' with message 'no decode delegate for this image format,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15052661/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com