Help for this page

Select Code to Download


  1. or download this
    $image->Opaque(fill => 'blue', color => 'white');
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $image->Read($filename);
    $image->Opaque(fill => 'blue', color => 'white');
    $image->Write("colored_$filename");