http://www.perlmonks.org?node_id=1146955


in reply to Re^6: Image-Magick on Strawberry Perl
in thread Image-Magick on Strawberry Perl

This is perl 5, version 22, subversion 0 (v5.22.0) built for MSWin32-x64-multi-thread

Try:
ppm install http://www.sisyphusion.tk/ppm/Image-Magick_.ppd

That should work fine with the above version of Strawberry Perl (and perhaps ActivePerl, too).
It requires that you have the 8-bit pixel (quantum depth = 8) build of ImageMagick installed and in your path.

It would help me considerably if you let me know of any problems you have with that ppm.

By the end of today I hope to accommodate QD=16 builds as well - and for other configurations of perl-5.22.x as well.
Hopefully, they will ship with their own ImageMagick, and not require the user to install ImageMagick on his machine, but I need to investigate the feasibility of that first.

Cheers,
Rob