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