The various backward compatibility hacks in Imager.pm's gif handling
were removed with the switch to a separate module, but this means that
the original default of using a median cut palette builder was removed.
The addi algorithm is slow enough that I'd prefer that people have to
select it manually, so change the global quant default to median cut.
- Imager::Color::Float now translates "#FFFFFF" to white instead of
just a little darker.
+ - make the default color map build algorithm "mediancut".
+ https://rt.cpan.org/Ticket/Display.html?id=64785
+
Imager 0.79 - 10 Dec 2010
===========
}
}
}
- quant->make_colors = mc_addi;
+ quant->make_colors = mc_median_cut;
sv = hv_fetch(hv, "make_colors", 11, 0);
if (sv && *sv && (str = SvPV(*sv, len))) {
quant->make_colors =