adisya has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I am beginner in Perl. I have been struggled in printing text to an image with size modifications.

I have input of Text like some "INPUT" with some integers of multipliers(2,3) where 2 is horizontal multiplier and 3 is vertical multiplier...

I am using ImageMagick perl module to do this. Using Annotate to print the input text to image.

$image->Annotate(text => "INPUT", font => 'arial.ttf', pen => red, pointsize => 20 );

please help me out, to multiply the text with integers to increase size both horizontally and vertically.

Please help!!!

Thanks in Advance!!!

sai