Wed, 19 Feb 2003 10:15:16 +0000
*** empty log message ***
1 tiff2pdf TODO list
2 $Id: TODO,v 1.6 2003/02/19 02:15:16 eric Exp $
4 No particular order. Page numbers refer to _Portable Document Format
5 Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993.
7 -----------------------------------------------------------------------------
8 * bookmark format string processing
10 * bitblt library:
11 * optimize
12 * replace inner loops in flip_h and flip_v with Duff's Device
13 * check for endian problems
15 * crop
17 * page sizes
18 * metric
19 * check page size, if off by too much, generate warning message and
20 use actual scan size
21 * multiple page sizes, pick the right one?
23 * sort out use of float and double types
25 * range checking
26 * rotation (0, 90, 180, or 270)
27 * page number style (D, r, R, a, A)
29 * enhance Panda
30 * bookmarks (outline)
31 * name trees, number trees
32 * page labels
33 * in-memory images
34 * page tree balancing
35 * imagemask
36 * thumbnails
38 * PDF Page rotate attribute (p. 53)?
40 * watermarking - in image?
42 * ??? split into two tools, one to process TIFF files,
43 and one to convert a single multipage TIFF into a PDF
45 * support flip, transpose
47 * support JPEG, PNG, and other input file formats
49 * generate text, line art - option to embed fonts
51 * overlay G4 images in different colors
52 draw overlay images with ImageMask set, using the fill color (p. 79)
54 * thresholding of color and grey scale input
56 * automatic separation using timify code from Tim Shoppa?
58 * automatic image detection using DCT or FFT
60 * bilevel thresholding
62 * downsampling