TODO

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
permissions
-rw-r--r--

*** empty log message ***

     1 tiff2pdf TODO list
     2 $Id: TODO,v 1.2 2002/01/02 02:48:07 eric Exp $
     4 No particular order.  Page numbers refer to _Portable Document Format
     5 Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993.
     7 optimize bitmap rotation
     9 crop
    11 page sizes
    12     metric
    13     check page size, if off by too much, generate warning message and use actual scan size
    14     multiple page sizes, pick the right one?
    16 sort out use of float and double types
    18 range checking
    19     rotation (0, 90, 180, or 270)
    20     page number style (D, r, R, a, A)
    22 no control file mode - just grab all images from TIFF files
    24 enhance Panda
    25     bookmarks (outline)
    26     page labels
    27     in-memory images
    28     page tree balancing
    29     imagemask
    30     thumbnails
    32 PDF Page rotate attribute (p. 53)?
    34 watermarking - in image?
    36 ? split into two tools, one to process TIFF files,
    37     and one to convert a single multipage TIFF into a PDF
    39 support flip, transpose
    41 support JPEG, PNG, and other input file formats
    43 generate text, line art - option to embed fonts
    45 overlay G4 images in different colors - automatic separation?
    46   draw images with ImageMask set, using the fill color (p. 79)