
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.
CENTOS XAMPP INSTALL INSTALL
Download and install ImageMagick for Windows

Note: don't forget neither to execute every setup with administrator rights.
