summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash2
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/draksplash2')
-rw-r--r--perl-install/standalone/draksplash22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksplash2 b/perl-install/standalone/draksplash2
index d76c34755..c2a87e1b0 100644
--- a/perl-install/standalone/draksplash2
+++ b/perl-install/standalone/draksplash2
@@ -330,7 +330,7 @@ $bmp_file_name .= '.bmp';
if ($file ne $bmp_file_name || $magick->Get('colors') > 128) {
warn "writing $bmp_file_name\n";
- $err = $magick->Quantize(colors => 128, dither => 'False') and die $err;
+ $err = $magick->Quantize(colors => 128, dither => 'True', treedepth => 6) and die $err;
$err = $magick->Write(filename => "bmp3:$bmp_file_name", compression => 'None') and die $err;
}
read_parameters("$bmp_file_name.parameters");