-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove claim that big-endian hosts are not supported; pkubaj says in …
…github issue 11 that it works.
- Loading branch information
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tumble: build a PDF file from image files | ||
Copyright 2003-2017 Eric Smith <[email protected]> | ||
Copyright 2003-2022 Eric Smith <[email protected]> | ||
|
||
Tumble is a utility to construct PDF files from one or more image | ||
files. Supported input image file formats are JPEG, and black and | ||
|
@@ -9,10 +9,6 @@ encoded in the PDF output using lossless Group 4 fax compression | |
ratio for text and line art. JPEG images will be preserved with the | ||
original coding. | ||
|
||
The current version of Tumble will only work on little-endian systems, | ||
such as x86, VAX, and Alpha. The byte order dependencies will be fixed | ||
in a later release. | ||
|
||
The input and output files can be specified on the command line. | ||
Alternatively, a control file, typically with a ".tum" suffix, may be | ||
used which allows for more control over the files and options. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters