Wed, 02 Jan 2002 10:30:37 +0000
Initial revision
eric@37 | 1 | tiff2pdf TODO list |
eric@37 | 2 | $Id: TODO,v 1.1 2002/01/02 02:30:37 eric Exp $ |
eric@37 | 3 | |
eric@37 | 4 | optimize bitmap rotation |
eric@37 | 5 | |
eric@37 | 6 | crop |
eric@37 | 7 | |
eric@37 | 8 | check page size, if off by too much, generate warning message and use actual scan size |
eric@37 | 9 | |
eric@37 | 10 | sort out use of float and double types |
eric@37 | 11 | |
eric@37 | 12 | range checking |
eric@37 | 13 | rotation (0, 90, 180, or 270) |
eric@37 | 14 | page number style (D, r, R, a, A) |
eric@37 | 15 | |
eric@37 | 16 | enhance Panda |
eric@37 | 17 | bookmarks (outline) |
eric@37 | 18 | page labels |
eric@37 | 19 | in-memory images |
eric@37 | 20 | page tree balancing |
eric@37 | 21 | imagemask |
eric@37 | 22 | |
eric@37 | 23 | PDF page rotate attribute? |
eric@37 | 24 | |
eric@37 | 25 | watermarking - in image? |
eric@37 | 26 | |
eric@37 | 27 | split into two tools, one to process TIFF files, |
eric@37 | 28 | and one to convert a single multipage TIFF into a PDF |
eric@37 | 29 | |
eric@37 | 30 | support flip, transpose |
eric@37 | 31 | |
eric@37 | 32 | support JPEG, PNG, and other input file formats |
eric@37 | 33 | |
eric@37 | 34 | generate text, line art - option to embed fonts |
eric@37 | 35 | |
eric@37 | 36 | overlay G4 images in different colors - automatic separation? |
eric@37 | 37 | draw images with ImageMask set, using the fill color |