Initial revision

Wed, 02 Jan 2002 10:30:37 +0000

author
eric
date
Wed, 02 Jan 2002 10:30:37 +0000
changeset 37
b6f38e6122b2
parent 36
a338db73c6f4
child 38
ec14c7bae0c6

Initial revision

TODO file | annotate | diff | revisions
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/TODO	Wed Jan 02 10:30:37 2002 +0000
     1.3 @@ -0,0 +1,37 @@
     1.4 +tiff2pdf TODO list
     1.5 +$Id: TODO,v 1.1 2002/01/02 02:30:37 eric Exp $
     1.6 +
     1.7 +optimize bitmap rotation
     1.8 +
     1.9 +crop
    1.10 +
    1.11 +check page size, if off by too much, generate warning message and use actual scan size
    1.12 +
    1.13 +sort out use of float and double types
    1.14 +
    1.15 +range checking
    1.16 +    rotation (0, 90, 180, or 270)
    1.17 +    page number style (D, r, R, a, A)
    1.18 +
    1.19 +enhance Panda
    1.20 +    bookmarks (outline)
    1.21 +    page labels
    1.22 +    in-memory images
    1.23 +    page tree balancing
    1.24 +    imagemask
    1.25 +
    1.26 +PDF page rotate attribute?
    1.27 +
    1.28 +watermarking - in image?
    1.29 +
    1.30 +split into two tools, one to process TIFF files,
    1.31 +    and one to convert a single multipage TIFF into a PDF
    1.32 +
    1.33 +support flip, transpose
    1.34 +
    1.35 +support JPEG, PNG, and other input file formats
    1.36 +
    1.37 +generate text, line art - option to embed fonts
    1.38 +
    1.39 +overlay G4 images in different colors - automatic separation?
    1.40 +  draw images with ImageMask set, using the fill color
    1.41 \ No newline at end of file