May i know how to install ImageMagick in php?
i have install ImageMagick-6.8.0-8-Q16-windows-dll in my pc but this no work for my project and i try to add php_imagick_ts.dll
to D:\Program Files\EasyPHP-12.1\php\php546x121212085706\ext
but i get the error:
The procedure entry point php_checkuid_ex could not be located in the dynamic link library php5ts.dll
after press on button ok show this
PHP Startup: Unable to load dynamic library 'D:\PROGRA~1\EASYPH~1.1\php\php548x121212094331\ext\php_imagick_ts.dll' - The specified procedure could not be found.
For starters you have used two different directories. Try copying the ImageMagick DLL into the \php548x121212094331\ext\ directory. Hopefully it'll be that simple...