*** empty log message ***

Wed, 02 Jan 2002 12:49:55 +0000

author
eric
date
Wed, 02 Jan 2002 12:49:55 +0000
changeset 39
b1838d29227d
parent 38
ec14c7bae0c6
child 40
784efdc28421

*** empty log message ***

TODO file | annotate | diff | revisions
     1.1 --- a/TODO	Wed Jan 02 10:48:07 2002 +0000
     1.2 +++ b/TODO	Wed Jan 02 12:49:55 2002 +0000
     1.3 @@ -1,46 +1,49 @@
     1.4  tiff2pdf TODO list
     1.5 -$Id: TODO,v 1.2 2002/01/02 02:48:07 eric Exp $
     1.6 +$Id: TODO,v 1.3 2002/01/02 04:49:55 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 +* optimize bitmap rotation
    1.14  
    1.15 -crop
    1.16 +* crop
    1.17  
    1.18 -page sizes
    1.19 -    metric
    1.20 -    check page size, if off by too much, generate warning message and use actual scan size
    1.21 -    multiple page sizes, pick the right one?
    1.22 +* page sizes
    1.23 +    * metric
    1.24 +    * check page size, if off by too much, generate warning message and
    1.25 +      use actual scan size
    1.26 +    * multiple page sizes, pick the right one?
    1.27  
    1.28 -sort out use of float and double types
    1.29 +* sort out use of float and double types
    1.30  
    1.31 -range checking
    1.32 -    rotation (0, 90, 180, or 270)
    1.33 -    page number style (D, r, R, a, A)
    1.34 +* range checking
    1.35 +    * rotation (0, 90, 180, or 270)
    1.36 +    * page number style (D, r, R, a, A)
    1.37  
    1.38 -no control file mode - just grab all images from TIFF files
    1.39 +* no control file mode - just grab all images from TIFF files
    1.40  
    1.41 -enhance Panda
    1.42 -    bookmarks (outline)
    1.43 -    page labels
    1.44 -    in-memory images
    1.45 -    page tree balancing
    1.46 -    imagemask
    1.47 -    thumbnails
    1.48 +* enhance Panda
    1.49 +    * bookmarks (outline)
    1.50 +    * name trees, number trees
    1.51 +    * page labels
    1.52 +    * in-memory images
    1.53 +    * page tree balancing
    1.54 +    * imagemask
    1.55 +    * thumbnails
    1.56  
    1.57 -PDF Page rotate attribute (p. 53)?
    1.58 -
    1.59 -watermarking - in image?
    1.60 +* PDF Page rotate attribute (p. 53)?
    1.61  
    1.62 -? split into two tools, one to process TIFF files,
    1.63 -    and one to convert a single multipage TIFF into a PDF
    1.64 +* watermarking - in image?
    1.65  
    1.66 -support flip, transpose
    1.67 +* ??? split into two tools, one to process TIFF files,
    1.68 +  and one to convert a single multipage TIFF into a PDF
    1.69 +
    1.70 +* support flip, transpose
    1.71  
    1.72 -support JPEG, PNG, and other input file formats
    1.73 +* support JPEG, PNG, and other input file formats
    1.74  
    1.75 -generate text, line art - option to embed fonts
    1.76 +* generate text, line art - option to embed fonts
    1.77  
    1.78 -overlay G4 images in different colors - automatic separation?
    1.79 -  draw images with ImageMask set, using the fill color (p. 79)
    1.80 +* overlay G4 images in different colors - automatic separation?
    1.81 +  draw overlay images with ImageMask set, using the fill color (p. 79)