Mon, 26 Aug 2002 05:43:49 +0000
fixed 'middle-endian' output from TIFFReadScanline
1 tiff2pdf TODO list
2 $Id: TODO,v 1.5 2002/01/22 01:40:59 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 * bitblt library:
9 * optimize
10 * replace inner loops in flip_h and flip_v with Duff's Device
11 * check for endian problems
13 * crop
15 * page sizes
16 * metric
17 * check page size, if off by too much, generate warning message and
18 use actual scan size
19 * multiple page sizes, pick the right one?
21 * sort out use of float and double types
23 * range checking
24 * rotation (0, 90, 180, or 270)
25 * page number style (D, r, R, a, A)
27 * no control file mode - just grab all images from TIFF files
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 - automatic separation?
52 draw overlay images with ImageMask set, using the fill color (p. 79)