no decode delegate for this image format `' @
Posted: 2010-09-07T09:47:40-07:00
Hello on my FreeBSD i have latest ImageMagick installed from ports and imagick instaled from pecl
So, in my php script on $imagick = new Imagick($file['tmp_name']) (where $file['tmp_name'] is uploaded .jpg file with name like /local/tmp/upload/phpQVvTMv) i got error:
no decode delegate for this image format `' @ error/constitute.c/ReadImage/532
But, i can use `convert` with this tmp file in shell and everything is ok and no errors
I use nginx & php-fpm...
Please help, what's wrong?...
So, in my php script on $imagick = new Imagick($file['tmp_name']) (where $file['tmp_name'] is uploaded .jpg file with name like /local/tmp/upload/phpQVvTMv) i got error:
no decode delegate for this image format `' @ error/constitute.c/ReadImage/532
But, i can use `convert` with this tmp file in shell and everything is ok and no errors
Code: Select all
convert -list configure
...
DELEGATES bzlib fftw fpx fontconfig freetype jbig jpeg jng jp2 lcms lqr png tiff xml zlib
...
Please help, what's wrong?...