Trying to create a thumbnail, but i\'m getting some errors and I have no experience with Imagick.
Here is my PHP:
Question is old but since this issue seems a bit hacky to solve also nowadays, I post here a quick solution:
If you're on Windows, you can find here a repository containing ImageMagick DLL.
After you successfully load php_imagick.dll extension in /php/ext/ folder
phpinfo() page and watch the corresponding ImageMagick version reported under
'Imagick using ImageMagick library version' labelbin folder and copy all IM_MOD_RL_...dll files and FILTER_...dll files to /apache/bin/ folder, then restart your server, finish!