http://www.perlmonks.org?node_id=1024519


in reply to Re: Scale image problems
in thread Scale image problems

Sorry, forgot that part.

I am using the Imager module to do this actions. Normally it is possible with this module, right?!

this is the code I'm using to define  $src :

 $src = Imager->new(file => $image_file) or die Imager->errstr;

Where the $image-file variabel is just the pad from where the image is located