Image::Magick now works with Strawberry Perl
[email protected] (kmx)
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <[email protected]> |
Hi, for those who might be interested - Strawberry Perl is supported by Image::Magick since quite recently released v6.5.9: 1) You need to install ImageMagick MS Windows binaries before installing the perl module (see Image::Magic's README.txt for what binaries to use) 2) Then you can just: cpan -i Image::Magic (compilation + all tests pass smoothly) -- kmx