TODO

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