TODO

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