*** empty log message ***

Thu, 20 Mar 2003 01:08:05 +0000

author
eric
date
Thu, 20 Mar 2003 01:08:05 +0000
changeset 140
3fe049d83e22
parent 139
ec2a06d8a2a6
child 141
752599b50ff3

*** empty log message ***

TODO file | annotate | diff | revisions
     1.1 diff -r ec2a06d8a2a6 -r 3fe049d83e22 TODO
     1.2 --- a/TODO	Wed Mar 19 15:39:55 2003 +0000
     1.3 +++ b/TODO	Thu Mar 20 01:08:05 2003 +0000
     1.4 @@ -1,5 +1,5 @@
     1.5  t2p TODO list
     1.6 -$Id: TODO,v 1.16 2003/03/12 23:57:35 eric Exp $
     1.7 +$Id: TODO,v 1.17 2003/03/19 17:08:05 eric Exp $
     1.8  
     1.9  No particular order.
    1.10  
    1.11 @@ -7,6 +7,12 @@
    1.12  
    1.13  t2p:
    1.14  
    1.15 +* support JPEG (JFIF, EXIF)
    1.16 +
    1.17 +* multiple "-b" options on command line
    1.18 +
    1.19 +* page labels on command line
    1.20 +
    1.21  * pages containing multiple images
    1.22      * spec language needs major changes
    1.23      * split process_page into multiple parts:
    1.24 @@ -14,9 +20,7 @@
    1.25          * add image
    1.26          * close page
    1.27  
    1.28 -* support JPEG (JFIF, EXIF)
    1.29 -
    1.30 -* page labels
    1.31 +* overlay G4 images in different colors - use ImageMask and the fill color
    1.32  
    1.33  * crop
    1.34  
    1.35 @@ -38,8 +42,6 @@
    1.36  
    1.37  * generate text, line art - option to embed fonts
    1.38  
    1.39 -* overlay G4 images in different colors - use ImageMask and the fill color
    1.40 -
    1.41  * bilevel thresholding of color and grey scale input
    1.42  
    1.43  * automatic separation using timify code from Tim Shoppa?
    1.44 @@ -52,8 +54,6 @@
    1.45  
    1.46  bitblt routines:
    1.47  
    1.48 -* fix rotate 180
    1.49 -
    1.50  * finish optimized bitblt code
    1.51  
    1.52  * optimize inner loops in flip_h and flip_v with Duff's Device