Jan 13, 2014

HowTo: Install ImageMagick 6.8.7 Q16 (64bit) to ActivePerl 5.16.3 in Windows 7

Step 1: run the installer

Step 2: a User Account Control window will pop-up, click YES

Step 3: press next

Step 4: select the "I accept the agreement"

Step 5: press next

Step 6: press next

Step 7: press next

Step 8: put a check on the "Install PerlMagick for ActiveState Perl v 5.16.3, then press next

Step 9: press install

Step 10: wait for installation

Step 11: this command prompt will pop-up, DO NOT CLOSE it, it will close by itself!!

Step 12: if you see this window, click next

Step 13: uncheck the "view index.html", then press Finish!!

Installation is now complete, you can now add the Image::Magick module by adding the line below to your perl script!
use Image::Magick;

No comments:

Post a Comment