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

If you don't mind batch processing the images instead of real time resizes, you could theoretically Net::FTP the images to your disk, resize them with modules installed on your own system, then Net::FTP them back.
  • Comment on Re: Are there ways to resize pic without using CPAN modules