*** empty log message ***

Thu, 20 Mar 2003 15:26:16 +0000

author
eric
date
Thu, 20 Mar 2003 15:26:16 +0000
changeset 153
4a4a5b5fd6e5
parent 152
e69798068425
child 154
5cfcac03d43f

*** empty log message ***

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