in reply to Are there ways to resize pic without using CPAN modules

The only problem with trying to install a pre-built binary like Image Magick(or a pre-built perl xs module) to your home directory, is making sure it will match up with the c libs installed. An elf executable compiled on one linux platform will not necessarily run on another.

I would say you would be better off doing the resizing on your local machine, and then uploading it.


I'm not really a human, but I play one on earth. flash japh
  • Comment on Re: Are there ways to resize pic without using CPAN modules