[rt.cpan.org #64785] GIF encoding is very slower on Imager 0.78+
authorTony Cook <tony@develop-help.com>
Sat, 15 Jan 2011 02:26:49 +0000 (13:26 +1100)
committerTony Cook <tony@develop-help.com>
Sat, 15 Jan 2011 02:26:49 +0000 (13:26 +1100)
commit0348fe07bcd453b0d824a1d012a3f15ea87fc4fe
tree034079e481bf8b4a9932c52238d1b78194be003c
parent95f7b74d0d8ce304c9ff8c8e5026d1b847c9aa69
[rt.cpan.org #64785] GIF encoding is very slower on Imager 0.78+

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.
Changes
Imager.xs