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