1
0
mirror of synced 2026-04-29 05:15:26 +00:00

*** empty log message ***

This commit is contained in:
Eric Smith
2002-01-02 12:49:55 +00:00
parent 464daf89f7
commit f2a7382c2e

59
TODO
View File

@@ -1,46 +1,49 @@
tiff2pdf TODO list tiff2pdf TODO list
$Id: TODO,v 1.2 2002/01/02 02:48:07 eric Exp $ $Id: TODO,v 1.3 2002/01/02 04:49:55 eric Exp $
No particular order. Page numbers refer to _Portable Document Format No particular order. Page numbers refer to _Portable Document Format
Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993. Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993.
optimize bitmap rotation -----------------------------------------------------------------------------
* optimize bitmap rotation
crop * crop
page sizes * page sizes
metric * metric
check page size, if off by too much, generate warning message and use actual scan size * check page size, if off by too much, generate warning message and
multiple page sizes, pick the right one? use actual scan size
* multiple page sizes, pick the right one?
sort out use of float and double types * sort out use of float and double types
range checking * range checking
rotation (0, 90, 180, or 270) * rotation (0, 90, 180, or 270)
page number style (D, r, R, a, A) * page number style (D, r, R, a, A)
no control file mode - just grab all images from TIFF files * no control file mode - just grab all images from TIFF files
enhance Panda * enhance Panda
bookmarks (outline) * bookmarks (outline)
page labels * name trees, number trees
in-memory images * page labels
page tree balancing * in-memory images
imagemask * page tree balancing
thumbnails * imagemask
* thumbnails
PDF Page rotate attribute (p. 53)? * PDF Page rotate attribute (p. 53)?
watermarking - in image? * watermarking - in image?
? split into two tools, one to process TIFF files, * ??? split into two tools, one to process TIFF files,
and one to convert a single multipage TIFF into a PDF and one to convert a single multipage TIFF into a PDF
support flip, transpose * support flip, transpose
support JPEG, PNG, and other input file formats * support JPEG, PNG, and other input file formats
generate text, line art - option to embed fonts * generate text, line art - option to embed fonts
overlay G4 images in different colors - automatic separation? * overlay G4 images in different colors - automatic separation?
draw images with ImageMask set, using the fill color (p. 79) draw overlay images with ImageMask set, using the fill color (p. 79)