Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 25904
Status: new
Priority: 80/
Queue: Imager

People
Owner: Nobody in particular
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.