

ImageMagick number of supported formats: 0
FREE DOWNLOAD XAMPP FOR WINDOW XP INSTALL
Download required Imagick binariesĪt this point you may be asking to yourself, really dude ? 3 different downloads? The problem with Imagick is that there are a lot of builds from different sources and if you don't download and install the right ones, it wont work or it will be loaded but if you check the Imagick extension (later, not yet) in phpinfo you'll see : Now the extension is loaded, but Imagick still won't work as it won't even be recognized as an extension if you check the phpinfo file because we need to load all the methods and the binaries that you can retrieve from the next step.

Add the following line where the other extensions are loaded Then, proceed to enable the extension in your php.ini file by adding the following line: Copy php_imagick.dll file and paste in the php/ext folder inside your xampp installation path (tipically C:\xampp\php\ext): zip you will need to extract only the php_imagick.dll file.
FREE DOWNLOAD XAMPP FOR WINDOW XP ZIP FILE
This will start the download of a zip file " php_imagick-.zip". Then a new window will load, in this page scroll to DLL List and click on the right version for your PHP version with correct architecture (of XAMPP not your operative system) and the Thread Safe in case that it's enabled in your distribution (Refer to phpinfo to know wheter your php distribution uses Thread Safe or not):

Now navigate to the Imagick package in the PECL website here and select the DLL version from the latest available version (in case you've downloaded an older version of ImageMagick then download a version that accepts your version): Once the setup finishes, you can test Imagick in a new command prompt executing (that should print the version in the console): magick -version 2. Till the moment, we don't need to configure anything for PHP, just proceed with the installation of Imagick for Windows and don't forget to check the option to add Imagick to the PATH: ImageMagick runs in almost every version for Windows (from Windows server 2009, XP to Windows 10), now from this list is important to download the latest available version with X86 architecture and DLL version because that's the architecture that XAMPP uses (normally, if not refer to the PHPINFO and download the correct version, e.g ImageMagick-Q16-x86-dll.exe):ĭownload the executable and wait. Navigate in your browser to the Downloads area of the website of Imagick and scroll to the Windows zone. Download and install ImageMagick for Windows Note: don't forget neither to execute every setup with administrator rights.
