1.1 diff -r ec14c7bae0c6 -r b1838d29227d TODO 1.2 --- a/TODO Wed Jan 02 10:48:07 2002 +0000 1.3 +++ b/TODO Wed Jan 02 12:49:55 2002 +0000 1.4 @@ -1,46 +1,49 @@ 1.5 tiff2pdf TODO list 1.6 -$Id: TODO,v 1.2 2002/01/02 02:48:07 eric Exp $ 1.7 +$Id: TODO,v 1.3 2002/01/02 04:49:55 eric Exp $ 1.8 1.9 No particular order. Page numbers refer to _Portable Document Format 1.10 Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993. 1.11 1.12 -optimize bitmap rotation 1.13 +----------------------------------------------------------------------------- 1.14 +* optimize bitmap rotation 1.15 1.16 -crop 1.17 +* crop 1.18 1.19 -page sizes 1.20 - metric 1.21 - check page size, if off by too much, generate warning message and use actual scan size 1.22 - multiple page sizes, pick the right one? 1.23 +* page sizes 1.24 + * metric 1.25 + * check page size, if off by too much, generate warning message and 1.26 + use actual scan size 1.27 + * multiple page sizes, pick the right one? 1.28 1.29 -sort out use of float and double types 1.30 +* sort out use of float and double types 1.31 1.32 -range checking 1.33 - rotation (0, 90, 180, or 270) 1.34 - page number style (D, r, R, a, A) 1.35 +* range checking 1.36 + * rotation (0, 90, 180, or 270) 1.37 + * page number style (D, r, R, a, A) 1.38 1.39 -no control file mode - just grab all images from TIFF files 1.40 +* no control file mode - just grab all images from TIFF files 1.41 1.42 -enhance Panda 1.43 - bookmarks (outline) 1.44 - page labels 1.45 - in-memory images 1.46 - page tree balancing 1.47 - imagemask 1.48 - thumbnails 1.49 +* enhance Panda 1.50 + * bookmarks (outline) 1.51 + * name trees, number trees 1.52 + * page labels 1.53 + * in-memory images 1.54 + * page tree balancing 1.55 + * imagemask 1.56 + * thumbnails 1.57 1.58 -PDF Page rotate attribute (p. 53)? 1.59 - 1.60 -watermarking - in image? 1.61 +* PDF Page rotate attribute (p. 53)? 1.62 1.63 -? split into two tools, one to process TIFF files, 1.64 - and one to convert a single multipage TIFF into a PDF 1.65 +* watermarking - in image? 1.66 1.67 -support flip, transpose 1.68 +* ??? split into two tools, one to process TIFF files, 1.69 + and one to convert a single multipage TIFF into a PDF 1.70 + 1.71 +* support flip, transpose 1.72 1.73 -support JPEG, PNG, and other input file formats 1.74 +* support JPEG, PNG, and other input file formats 1.75 1.76 -generate text, line art - option to embed fonts 1.77 +* generate text, line art - option to embed fonts 1.78 1.79 -overlay G4 images in different colors - automatic separation? 1.80 - draw images with ImageMask set, using the fill color (p. 79) 1.81 +* overlay G4 images in different colors - automatic separation? 1.82 + draw overlay images with ImageMask set, using the fill color (p. 79)