ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/bin/cfxmlrender
(Generate patch)

Comparing deliantra/Deliantra/bin/cfxmlrender (file contents):
Revision 1.8 by root, Tue Jan 15 11:54:55 2008 UTC vs.
Revision 1.9 by root, Tue Jan 15 11:55:31 2008 UTC

353 } else { 353 } else {
354 $png = "${filebase}_dir_${d}.png"; 354 $png = "${filebase}_dir_${d}.png";
355 } 355 }
356 356
357 system "convert", "${filebase}_dir_${d}.tga", $png; 357 system "convert", "${filebase}_dir_${d}.tga", $png;
358 system "optipng", $png; 358 system "optipng", -q => $png;
359 359
360 print "saved arch png to: $png\n"; 360 print "saved arch png to: $png\n";
361 361
362 if ($cfg->{archpath} and $ENV{CFDEV_ROOT}) { 362 if ($cfg->{archpath} and $ENV{CFDEV_ROOT}) {
363 my $archpath = "$ENV{CFDEV_ROOT}/arch/$cfg->{archpath}"; 363 my $archpath = "$ENV{CFDEV_ROOT}/arch/$cfg->{archpath}";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines