Thu, 20 Mar 2003 15:26:16 +0000
*** empty log message ***
TODO | file | annotate | diff | revisions |
1.1 diff -r e69798068425 -r 4a4a5b5fd6e5 TODO 1.2 --- a/TODO Thu Mar 20 15:22:23 2003 +0000 1.3 +++ b/TODO Thu Mar 20 15:26:16 2003 +0000 1.4 @@ -1,11 +1,11 @@ 1.5 -t2p TODO list 1.6 -$Id: TODO,v 1.18 2003/03/19 23:06:35 eric Exp $ 1.7 +tumble TODO list 1.8 +$Id: TODO,v 1.19 2003/03/20 07:26:16 eric Exp $ 1.9 1.10 No particular order. 1.11 1.12 ----------------------------------------------------------------------------- 1.13 1.14 -t2p: 1.15 +tumble: 1.16 1.17 * input handlers shouldn't use globals, use pointer to private structure 1.18 instead. 1.19 @@ -39,11 +39,14 @@ 1.20 1.21 * flip, transpose 1.22 1.23 +* support color & grayscale TIFF images 1.24 + * pass JPEG through unchanged, others must be encoded 1.25 + 1.26 * support PNG, BMP, and other input file formats 1.27 1.28 * generate text, line art - option to embed fonts 1.29 1.30 -* bilevel thresholding of color and grey scale input 1.31 +* bilevel thresholding of color and grayscale input 1.32 1.33 * automatic separation using timify code from Tim Shoppa? 1.34 1.35 @@ -60,7 +63,7 @@ 1.36 * optimize inner loops in flip_h and flip_v with Duff's Device 1.37 1.38 * check for endian problems 1.39 - * reading TIFF - don't bit-reverse on big-endian machines 1.40 + * reading TIFF (don't define TIFF_REVERSE_BITS on some hosts) 1.41 * rle table 1.42 * g4_get_pixel() 1.43 * g4_find_pixel()