Hi,

I can not configure imagemagick on windows with xampp . Please help me?

Thanks
Amit

You need to install the ImageMagick binary library for windows. You can access this via the command line which is what a lot of legacy applications do.

If you want to use the imagick extension then you need the appropriate dll file.

Look at your phpinfo:

<?php
phpinfo();

Look for a line called: PHP Extension Build. Should look something like: API20090626,TS,VC6

Post that line plus your php version and I might be able to point you to the correct dll extension file, for the imagick extension.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.