This is my code:NoDecodeDelegateForThisImageFormat `E:\WD SmartWare.swstor\HALEY-HP\Source2\bunny-meadows\public/assets/img/pets/backgrounds/blank.png' @ error/constitute.c/ReadImage/555
Code: Select all
$layer = new Imagick( $asset );
$layer->thumbnailImage( $this->width, $this->height );
I have the .dll for PHP 5.5.. http://www.peewit.fr/imagick/ (I chose the thread safe.. I'm not sure what the difference is to be honest)
My wamp has these versions of PHP and Apache:
PHP: 5.5.12
Apache: 2.4.9
I have php_imagick.dll enabled in BOTH php.ini under PHP bin and Apache bin directories in Wamp. When I look under PHP extensions, I do see Imagick and I also see Imagick when I do phpinfo().. so I feel like everything is good here, but it can't read that image or something.
I checked my delegates via command line and png IS listed..
Any help would be appreciated!