aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg2pdf
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* jpeg2pdf: converts a directory of JPEG (JPG) files to a PDF filePav Lucistnik2005-01-234-0/+65
* 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: svn path=/head/; revision=127143