Help for this page

Select Code to Download


  1. or download this
    my $thumb = $src->Clone;
    $thumb->scale(Geometry => '50%');
    
  2. or download this
    my $thumb = $src->Clone;
    $thumb->scale(Geometry => '100x100');