Help for this page

Select Code to Download


  1. or download this
    my $err = $magick->Resize( height => 338, width => 450, colors => 128 
    +);
    
  2. or download this
       my $err = $magick->Resize( height => 338, width => 450 );
       $err = $magick->Set( -colors => 128 );