in reply to Re: Seeking lightweight image resizing module likely to be installable on most web hosts
in thread Seeking lightweight image resizing module likely to be installable on most web hosts

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Seeking lightweight image resizing module likely to be installable on most web hosts

Replies are listed 'Best First'.
Re^3: Seeking lightweight image resizing module likely to be installable on most web hosts
by cowboy (Friar) on Apr 11, 2006 at 21:26 UTC

    Image::Magick and GD should not require root to install. (I havn't used GD in quite a while, but I know Image::Magick does not require root)

    As someone else mentioned below, check for the image magick command line tools. They may be there (they often are), and if so, you could probably use them.

    You can try looking for commands called: convert, identify, (check the ImageMagick man page for others)