TODO

changeset 54
72cde0ca6b0c
parent 52
7a996a86036d
child 65
5acb5b549729
     1.1 --- a/TODO	Wed Feb 19 10:14:49 2003 +0000
     1.2 +++ b/TODO	Wed Feb 19 10:17:12 2003 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  tiff2pdf TODO list
     1.5 -$Id: TODO,v 1.6 2003/02/19 02:15:16 eric Exp $
     1.6 +$Id: TODO,v 1.7 2003/02/19 02:17:12 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 @@ -8,6 +8,7 @@
    1.11  * bookmark format string processing
    1.12  
    1.13  * bitblt library:
    1.14 +    * run length encoding (needed for G4 compression)
    1.15      * optimize
    1.16          * replace inner loops in flip_h and flip_v with Duff's Device
    1.17      * check for endian problems
    1.18 @@ -26,16 +27,17 @@
    1.19      * rotation (0, 90, 180, or 270)
    1.20      * page number style (D, r, R, a, A)
    1.21  
    1.22 -* enhance Panda
    1.23 +* switch from Panda to my own PDF routines
    1.24 +
    1.25 +* enhance PDF routines
    1.26 +    * G4 compression
    1.27      * bookmarks (outline)
    1.28      * name trees, number trees
    1.29      * page labels
    1.30 -    * in-memory images
    1.31      * page tree balancing
    1.32      * imagemask
    1.33      * thumbnails
    1.34 -
    1.35 -* PDF Page rotate attribute (p. 53)?
    1.36 +    * PDF Page rotate attribute (p. 53)?
    1.37  
    1.38  * watermarking - in image?
    1.39