diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:03:07 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:03:07 -0400 |
commit | 058f93b4f317a0f9995dc0c40d42cbc888157201 (patch) | |
tree | f0e4cc300123f4b6ed24b4c606220439faf33f4d /graphics | |
parent | 04c4a36b1c2973dc21d9dfb642629d64131bd5c8 (diff) | |
download | slackbuilds-058f93b4f317a0f9995dc0c40d42cbc888157201.tar.gz |
graphics/jpeg2ps: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeg2ps/README | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/graphics/jpeg2ps/README b/graphics/jpeg2ps/README index 7ff1112773..aa5d9f8fe6 100644 --- a/graphics/jpeg2ps/README +++ b/graphics/jpeg2ps/README @@ -1,13 +1,15 @@ 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. + +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). |