made the colourization output less verbose

This commit is contained in:
Gunter Labes 2007-11-01 13:23:05 +00:00
parent 33110996c0
commit 247a78dec2
2 changed files with 2 additions and 2 deletions

View file

@ -64,5 +64,5 @@ foreach(@fill){
$convert="$convert $_";
}
$convert = "$convert $infilename $outfilename";
print "$convert\n";
#print "$convert\n";
system($convert);

View file

@ -599,7 +599,7 @@ sub CopyImages {
$image =~ s/"//g;
system ("$colorizer $data_dir/images/$image $html_dir/$unit_folder$image");
$image =~ s/.png/+female.png/;
system ("$colorizer $data_dir/images/$image $html_dir/$unit_folder$image");
system ("$colorizer $data_dir/images/$image $html_dir/$unit_folder$image") unless (! -e $image);
}
close UNITS;
# zombie units