TODO

changeset 52
7a996a86036d
parent 43
b80cb5a4282a
child 54
72cde0ca6b0c
     1.1 --- a/TODO	Tue Jan 21 18:53:48 2003 +0000
     1.2 +++ b/TODO	Wed Feb 19 10:15:16 2003 +0000
     1.3 @@ -1,10 +1,12 @@
     1.4  tiff2pdf TODO list
     1.5 -$Id: TODO,v 1.5 2002/01/22 01:40:59 eric Exp $
     1.6 +$Id: TODO,v 1.6 2003/02/19 02:15:16 eric Exp $
     1.7  
     1.8  No particular order.  Page numbers refer to _Portable Document Format
     1.9  Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993.
    1.10  
    1.11  -----------------------------------------------------------------------------
    1.12 +* bookmark format string processing
    1.13 +
    1.14  * bitblt library:
    1.15      * optimize
    1.16          * replace inner loops in flip_h and flip_v with Duff's Device
    1.17 @@ -24,8 +26,6 @@
    1.18      * rotation (0, 90, 180, or 270)
    1.19      * page number style (D, r, R, a, A)
    1.20  
    1.21 -* no control file mode - just grab all images from TIFF files
    1.22 -
    1.23  * enhance Panda
    1.24      * bookmarks (outline)
    1.25      * name trees, number trees
    1.26 @@ -48,5 +48,15 @@
    1.27  
    1.28  * generate text, line art - option to embed fonts
    1.29  
    1.30 -* overlay G4 images in different colors - automatic separation?
    1.31 +* overlay G4 images in different colors
    1.32    draw overlay images with ImageMask set, using the fill color (p. 79)
    1.33 +
    1.34 +* thresholding of color and grey scale input
    1.35 +
    1.36 +* automatic separation using timify code from Tim Shoppa?
    1.37 +
    1.38 +* automatic image detection using DCT or FFT
    1.39 +
    1.40 +* bilevel thresholding
    1.41 +
    1.42 +* downsampling