diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 12:27:10 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 12:27:10 +0800 |
commit | 9975bb4a77b3e0f0b25e73f26fcea0361fbc32c9 (patch) | |
tree | a36943a3a1fb85cfdd485affe71e9235ac0618ef /graphics/Makefile | |
parent | 8630e3cf8afa29381d9048b83cd09e52c20e0c32 (diff) | |
download | freebsd-ports-gnome-9975bb4a77b3e0f0b25e73f26fcea0361fbc32c9.tar.gz freebsd-ports-gnome-9975bb4a77b3e0f0b25e73f26fcea0361fbc32c9.tar.zst freebsd-ports-gnome-9975bb4a77b3e0f0b25e73f26fcea0361fbc32c9.zip |
Tumble is a utility to construct PDF files from one or more image
files. Supported input image file formats are JPEG, and black and
white TIFF (single- or multi-page). Black and white images will be
encoded in the PDF output using lossless Group 4 fax compression
(ITU-T recommendation T.6). This provides a very good 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.
PR: ports/142765
Submitted by: Rob Farmer <rfarmer at predatorlabs.net>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 960e9ebac0b5..8d7673f4b7e1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -895,6 +895,7 @@ SUBDIR += tonicpoint-viewer SUBDIR += truevision SUBDIR += tulip + SUBDIR += tumble SUBDIR += uDrawGraph SUBDIR += ufraw SUBDIR += uniconvertor |