Help for this page

Select Code to Download


  1. or download this
    $x->Resize(geometry=>'160x120');
    #or
    $x->Scale(geometry=>'160x120');
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    $x = $image->Write('zt.jpg');
      warn "$x" if "$x";