• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1These are Geoffreys TODOs:
2
3   Fix ifdef ENABLE_'s
4   Add emulation for color separation matrixes?
5   Gamma plot initialization?
6
7   Dither pattern option not working right.
8
9   More use of FAILED macro , maybe SUCCESS macro ?
10
11   Convert to single .h file?
12
13
14/** FIXME: ToDo
15 *
16 * Split up hp_scsi_open -- don't need full probe every time?
17 *   or if probing at least make sure answer is constant.
18 *
19 * Stale flage so don't download unchanged parameters?
20 *
21 * Fix or disable dither stuff.
22 *
23 * Add controls
24 *
25 *   Preview mode: fast, grayscale instead of halftone.
26 *   Separate X and Y resolutions + bind button.
27 *   10x8 tone maps?
28 *   Sharpening?
29 *   Matrixes - fix color separtion?
30 *   Dither pattern?  COlor dither pattern?
31 *
32 * check return values (of maybe others)?
33 * get rid of overly verbose DBG's
34 * add some DBG's
35 */
36
37New TODOs:
38
39 Find a way to set matrices in the frontend (gtk-table with sliders ?)
40
41 Find a way to set dither matrices in the frontend
42 (See the ENABLE_...-macros in hp.h to enable these features)
43
44 Fix problem with performance of reader-process. Communication through
45 the pipe might be too slow and make the scanner repeating several strips.
46
47 Fix various problems with PhotoScanner:
48  - rubbish on bottom of scanned image
49  - too few data that is received on bottom of scanned image for PhotoScanner
50  - scan time for slides at 2400 dpi is twice as long as under M$-Windows
51
52 Support 10/12-bits for greyscale
53