Imagick php windows

后端 未结 7 572
甜味超标
甜味超标 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

    UPDATE for those 2019 also using WAMP, a much more simplier method of ImageMagick are as follows:

    1. Go to https://mlocati.github.io/articles/php-windows-imagick.html.
    2. Grab a copy of the .dll extension file of your appropriate setup, choose a "Threads Safe" version.
    3. Grab the corresponding ImageMagick using the link on the same row and install it.
    4. Copy only the .dll file to the extensions folder of your install of WAMP, usually C:\wamp\bin\apache2.4\ext\
    5. Restart apache.

    Hope this helps.

提交回复
热议问题