giving filename in PERLMAGICK
Posted: 2011-08-27T02:46:19-07:00
hi,
How can we ask the user to enter the image file in perlmagick?
like in perl,
we can ask...
print "please enter the input file ";
Is there a option like this in perlmagick to take the input from the user in reading it??
Also please tell me the command for resizing an image.
I'm writing like this:
$image->Resize(geometry => '$a x $y');
where $a and $y are defined earlier in the code.
but this is nt working
How can we ask the user to enter the image file in perlmagick?
like in perl,
we can ask...
print "please enter the input file ";
Is there a option like this in perlmagick to take the input from the user in reading it??
Also please tell me the command for resizing an image.
I'm writing like this:
$image->Resize(geometry => '$a x $y');
where $a and $y are defined earlier in the code.
but this is nt working