diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-23 18:44:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-23 18:44:08 +0000 |
commit | cfbccda91961443790335e45b7e4b1f363bff76d (patch) | |
tree | 88d5e726b9ea923e8b8b68d056fd90d439036346 /graphics/Makefile | |
parent | eac554e2b589a447eba3bb822b6598f79c267ecf (diff) |
jpeg2pdf: converts a directory of JPEG (JPG) files to a PDF file
* jpeg2pdf is fast. Unlike ImageMagick or other general image conversion
tools, jpeg2pdf is specialized for its task an does this very efficiently.
* jpeg2pdf generates compact PDF files. Unlike general image conversion
tools, jpeg2pdf doesn't do any processing/rescaling of the images, nor does
it generate thumbnails of the pages in the PDF file.
* jpeg2pdf is a command-line program. So it can very easily be integrated in a
shell script or a web server process to automate a conversion task.
PR: ports/76562
Submitted by: <ports@c0decafe.net>
Notes
Notes:
svn path=/head/; revision=127143
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 d8b42bcac0c8..dbc280f857d4 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -201,6 +201,7 @@ SUBDIR += jpatch SUBDIR += jpeg SUBDIR += jpeg-mmx + SUBDIR += jpeg2pdf SUBDIR += jpeg2ps-a4 SUBDIR += jpeg2ps-letter SUBDIR += jpeginfo |