TODO

Wed, 02 Jan 2002 13:49:42 +0000

author
eric
date
Wed, 02 Jan 2002 13:49:42 +0000
changeset 40
784efdc28421
parent 39
b1838d29227d
child 43
b80cb5a4282a
permissions
-rw-r--r--

*** empty log message ***

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