diff options
author | gshep <shepelev.georgy@googlemail.com> | 2010-05-13 00:58:19 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:19 +0200 |
commit | e333c6672884214f73707adb061a356950312583 (patch) | |
tree | 152e10cb660a7522813e03ca3ff7189174107911 /graphics/jpeg2ps/README | |
parent | fdab95391bb05eb87aae188c956a60bf72e4be39 (diff) |
graphics/jpeg2ps: Added to 13.0 repository
Diffstat (limited to 'graphics/jpeg2ps/README')
-rw-r--r-- | graphics/jpeg2ps/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/jpeg2ps/README b/graphics/jpeg2ps/README new file mode 100644 index 0000000000000..7ff1112773ef4 --- /dev/null +++ b/graphics/jpeg2ps/README @@ -0,0 +1,13 @@ +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). |