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