1.1 diff -r 3fe049d83e22 -r 752599b50ff3 README 1.2 --- a/README Thu Mar 20 01:08:05 2003 +0000 1.3 +++ b/README Thu Mar 20 06:54:08 2003 +0000 1.4 @@ -1,15 +1,14 @@ 1.5 tumble: build a PDF file from image files 1.6 Copyright 2003 Eric Smith <eric@brouhaha.com> 1.7 -$Id: README,v 1.1 2003/03/16 07:37:16 eric Exp $ 1.8 +$Id: README,v 1.2 2003/03/19 22:54:07 eric Exp $ 1.9 1.10 Tumble is a utility to construct PDF files from one or more image 1.11 -files. Currently the only input image format supported is black & 1.12 -white TIFF files, which may be either single- or multi-page files. In 1.13 -the future additional file formats will be supported, including gray 1.14 -scale and color. Black and white images will be encoded in the PDF 1.15 -output using lossless Group 4 fax compression (ITU-T recommendation 1.16 -T.6). This provides a very good compression ratio for text and line 1.17 -art. 1.18 +files. Supported input image file formats are JPEG, and black and 1.19 +white TIFF (single- or multi-page). Black and white images will be 1.20 +encoded in the PDF output using lossless Group 4 fax compression 1.21 +(ITU-T recommendation T.6). This provides a very good compression 1.22 +ratio for text and line art. JPEG images will be preserved with the 1.23 +original coding. 1.24 1.25 The current version of Tumble will only work on little-endian systems, 1.26 such as x86, VAX, and Alpha. The byte order dependencies will be fixed 1.27 @@ -21,7 +20,7 @@ 1.28 1.29 The general command line syntax is: 1.30 1.31 - tumble [options] <input.tif>... -o <output.pdf> 1.32 + tumble [options] <input>... -o <output.pdf> 1.33 1.34 The options in this mode are: 1.35