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