TODO: Some CTS thoughts.

This commit is contained in:
Merlijn Wajer 2011-07-02 14:48:14 +02:00
parent 8401d87c52
commit 35026bcc3a
1 changed files with 11 additions and 0 deletions

11
TODO
View File

@ -7,7 +7,18 @@ Simple stuff, not required, may not be possible/useful:
- CTS/finder speedups and changes [ ]
General ideas:
- everything subprocedure (lots of code)
- jit + comparison function (per cts) generated, call in loop
- comparison function (per cts), not generated, call in loop
- JIT (Generate comparison functions) [ ]
- Comparison functions for HSL/XYZ/L*a*b should check for
match on each component before calculating the next.
(see FindColorsToleranceOptimised)
- Pass color information in struct [ ]
- Precalculate screen bitmap in current cts / keep a cache
to save comparisons [ ]