Thu Mar 29 04:35:40 2007TONYC [...] cpan.org - Ticket created
Subject:
optimize quant_translate() when makemap is mono or webmap
Date:
Thu, 29 Mar 2007 18:35:24 +1000
To:
bug-Imager [...] rt.cpan.org
From:
tonyc [...] cpan.org
Currently the quant_translate() implementations use the same general
color search code even when the color map is generated in a known
fixed way with webmap or mono.
Ideally the color search should calculate the closest index for the
webmap instead of doing a linear (or whatever) search.