Imagick php windows

后端 未结 7 539
甜味超标
甜味超标 2020-12-30 14:55

I am trying to use iMagick in Symfony2.

I am using PHP 5.4.16 and all i have done :

1-Copy php_imagick_nts.dll from php5-4 directory from the extracted http:

相关标签:
7条回答
  • 2020-12-30 15:48

    For those using Windows 10 with PHP 7 the following might help:

    • determine whether your Windows is threadsafe (see the output of phpinfo()) and 32 or 64 bits.
    • This page contains matching sets for each php version and threadsafe and 32/64 settings. Download both the Imagick and the Imagemagick files.
    • Follow for Imagick the instructions at the bottom of that page.
    • For ImageMagick the instructions on that page are not correct. You can put the dll files anywhere but you need to refer to them with the MAGICK_HOME windows environment variable. You may need to reboot for the change of the environment to have effect.
    0 讨论(0)
提交回复
热议问题