1
0
mirror of synced 2026-03-10 12:49:10 +00:00

*** empty log message ***

This commit is contained in:
Eric Smith
2003-02-19 10:17:12 +00:00
parent a5af44a73a
commit 1233b4773e

12
TODO
View File

@@ -1,5 +1,5 @@
tiff2pdf TODO list
$Id: TODO,v 1.6 2003/02/19 02:15:16 eric Exp $
$Id: TODO,v 1.7 2003/02/19 02:17:12 eric Exp $
No particular order. Page numbers refer to _Portable Document Format
Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993.
@@ -8,6 +8,7 @@ Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993.
* bookmark format string processing
* bitblt library:
* run length encoding (needed for G4 compression)
* optimize
* replace inner loops in flip_h and flip_v with Duff's Device
* check for endian problems
@@ -26,16 +27,17 @@ Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993.
* rotation (0, 90, 180, or 270)
* page number style (D, r, R, a, A)
* enhance Panda
* switch from Panda to my own PDF routines
* enhance PDF routines
* G4 compression
* bookmarks (outline)
* name trees, number trees
* page labels
* in-memory images
* page tree balancing
* imagemask
* thumbnails
* PDF Page rotate attribute (p. 53)?
* PDF Page rotate attribute (p. 53)?
* watermarking - in image?