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