in reply to Re: thumbnails generator
in thread thumbnails generator

very nice. except for the fact that Image::Magick wouldn't let itself installed on my system. I used cpan and I got some errors which I was not able to fix. so that's why I went in the shell scripting phase.

Replies are listed 'Best First'.
Re^3: thumbnails generator
by GrandFather (Saint) on Apr 21, 2008 at 10:35 UTC

    It's a while since I was using it, but my recollection is that Image Magick's install provided the Perl bindings.


    Perl is environmentally friendly - it saves trees
Re^3: thumbnails generator
by Lu. (Hermit) on Apr 21, 2008 at 16:24 UTC
    as GrandFather said, if you install Image Magick, the Perl bindings will be installed as well.

    cpan didn't work for me either, so I just built Image Magick from source, and now it works very well.

    Lu.