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

Without using any modules, if you could atleast get the Image::Magick binary distribution installed into your own directory, you could do a system call to the 'mogrify' utility to resize an image:

See example usage of the 'mogrify' binary here:
http://www.imagemagick.org/script/mogrify.php

Matt
  • Comment on Re: Are there ways to resize pic without using CPAN modules