slackbuilds_ponce/graphics/jpeg2ps
Erik Hanson 4ecae2af72 Fix some homepage links.
Thanks to Willy Sudiarto Raharjo for noticing and
  Max Miorim for the patch.
2010-10-12 00:03:07 -05:00
..
jpeg2ps.info Fix some homepage links. 2010-10-12 00:03:07 -05:00
jpeg2ps.SlackBuild graphics/jpeg2ps: Misc automated cleanups. 2010-06-04 01:05:24 -04:00
README graphics/jpeg2ps: Added to 13.0 repository 2010-05-13 00:58:19 +02:00
slack-desc graphics/jpeg2ps: Added to 13.0 repository 2010-05-13 00:58:19 +02:00

Purpose of jpeg2ps
==================
jpeg2ps converts JPEG files to PostScript Level 2 or 3 EPS. In fact, jpeg2ps
is not really a converter but a "wrapper": it reads the image parameters
(width, height, number of color components) in a JPEG file, writes the
corresponding EPS header and then copies the compressed JPEG data to the output
file. Decompression is done by the PostScript interpreter (only PostScript
Level 2 and 3 interpreters support JPEG compression and decompression).
If you have a slow communication channel and a fast printer, sending
compressed image data is a big win.

Note: if you are interested in conversion of JPEG or other formats to
PDF take a look at PDFlib (http://www.pdflib.com).