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