Hola a todos,
Tengo instalado wampserver con Apache 2.2.11 y php 5.2.9-1 en vista sp1.
Descargué e instalé en c: la dll ImageMagick-6.5.1-0-Q16-windows-dll.exe
Y seguí las siguientes instrucciones (además de googlear):
Here's how I installed it:
1/ Install ImageMagick software
http://www.imagemagick.org/script/binary-releases.php#windows
2/ Download pecl-5.2-dev.zip (choose the version relevant to your PHP)
from http://snaps.php.net/ <- esto ya viene con wampserver
3/ Copy php_imagick.dll from the archive you've downloaded to your PHP
extention folder.
4/ Add the following line to php.ini (in the exntentions section):
extension=php_imagick.dll 5/ Restart your server
6/ Try the example script to see all went well
En el directorio donde instalé ImageMagick no hay nada de
php_imagick.dll, sino diversas CORE*.dll.
También prové diversos tutoriales en los que se indica copiar todas las
CORE*.dll en el bin de apache, añadir php_imagick.dll en el apartado
extensiones del php.ini, etc, etc, etc...
No me funciona nada... solo obtengo, fatal error: Class 'Imagick' not
found in .......
Sé que puedo usar GD2, pero después de echarles un vistazo a las dos
clases, me agrada un poco más imagick.
Os agradezco cualquier tipo de ayuda o link.
:_(