Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I recently formatted my system and I need to find the ImageMagick executable to install it on my Windows system. I searched through PerlMonks and I googled and went to AltaVisa and AskJeeves but I can't seem to find it. It was very hard to find it in the first place, does anyone happen to have the link to it?

Not the binary for it, someone made it come with it's own installation program and that's what I'm trying to find. But I searched everywhere and it's nowhere to be found :(

Thanks wise monks!

Replies are listed 'Best First'.
Re: ImageMagick installation
by matija (Priest) on Apr 24, 2004 at 17:33 UTC
    I don't know what you mean by "the executable, not the binary", but the windows install for ImageMagick is at http://www.imagemagick.org/www/windows.html

    To keep this on-topic, the above binary includes the option to install the ActivePerl version of PerlMagick, the module for calling ImageMagick routines from Perl.