*** empty log message ***

Wed, 02 Jan 2002 10:48:07 +0000

author
eric
date
Wed, 02 Jan 2002 10:48:07 +0000
changeset 38
ec14c7bae0c6
parent 37
b6f38e6122b2
child 39
b1838d29227d

*** empty log message ***

TODO file | annotate | diff | revisions
     1.1 --- a/TODO	Wed Jan 02 10:30:37 2002 +0000
     1.2 +++ b/TODO	Wed Jan 02 10:48:07 2002 +0000
     1.3 @@ -1,11 +1,17 @@
     1.4  tiff2pdf TODO list
     1.5 -$Id: TODO,v 1.1 2002/01/02 02:30:37 eric Exp $
     1.6 +$Id: TODO,v 1.2 2002/01/02 02:48:07 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  optimize bitmap rotation
    1.12  
    1.13  crop
    1.14  
    1.15 -check page size, if off by too much, generate warning message and use actual scan size
    1.16 +page sizes
    1.17 +    metric
    1.18 +    check page size, if off by too much, generate warning message and use actual scan size
    1.19 +    multiple page sizes, pick the right one?
    1.20  
    1.21  sort out use of float and double types
    1.22  
    1.23 @@ -13,18 +19,21 @@
    1.24      rotation (0, 90, 180, or 270)
    1.25      page number style (D, r, R, a, A)
    1.26  
    1.27 +no control file mode - just grab all images from TIFF files
    1.28 +
    1.29  enhance Panda
    1.30      bookmarks (outline)
    1.31      page labels
    1.32      in-memory images
    1.33      page tree balancing
    1.34      imagemask
    1.35 +    thumbnails
    1.36  
    1.37 -PDF page rotate attribute?
    1.38 +PDF Page rotate attribute (p. 53)?
    1.39  
    1.40  watermarking - in image?
    1.41  
    1.42 -split into two tools, one to process TIFF files,
    1.43 +? split into two tools, one to process TIFF files,
    1.44      and one to convert a single multipage TIFF into a PDF
    1.45  
    1.46  support flip, transpose
    1.47 @@ -34,4 +43,4 @@
    1.48  generate text, line art - option to embed fonts
    1.49  
    1.50  overlay G4 images in different colors - automatic separation?
    1.51 -  draw images with ImageMask set, using the fill color
    1.52 \ No newline at end of file
    1.53 +  draw images with ImageMask set, using the fill color (p. 79)