diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-02 23:53:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-02 23:53:56 +0000 |
commit | 8c7bb48bbf7788d720e58ab702df0ad00bb5a711 (patch) | |
tree | 560f17fcd93e0bb103c397884845d6f3afc93642 /Master/texmf/tpm/bin-jpeg2ps.tpm | |
parent | 96cbcdb79ca59c58c918be2c8fb878577cc374ba (diff) |
trunk/Master/texmf/tpm
git-svn-id: svn://tug.org/texlive/trunk@37 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tpm/bin-jpeg2ps.tpm')
-rw-r--r-- | Master/texmf/tpm/bin-jpeg2ps.tpm | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf/tpm/bin-jpeg2ps.tpm b/Master/texmf/tpm/bin-jpeg2ps.tpm new file mode 100644 index 00000000000..cfcd3583548 --- /dev/null +++ b/Master/texmf/tpm/bin-jpeg2ps.tpm @@ -0,0 +1,36 @@ +<!DOCTYPE rdf:RDF SYSTEM "../../Tools/tpm.dtd"> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/"> + <rdf:Description about="http://texlive.dante.de/texlive/TLCore/bin-jpeg2ps.zip"> + <TPM:Name>bin-jpeg2ps</TPM:Name> + <TPM:Type>TLCore</TPM:Type> + <TPM:Date>2005/10/30 13:16:24</TPM:Date> + <TPM:Version></TPM:Version> + <TPM:Creator>popineau</TPM:Creator> + <TPM:Title> +Convert JPEG files to PostScript Level 2 or 3 EPS. + </TPM:Title> + <TPM:Description> +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 according 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). + </TPM:Description> + <TPM:Author>Rolf Niepraschk</TPM:Author> + <TPM:Size>13849</TPM:Size> + <TPM:Build> + <TPM:BinPatterns> +bin/win32-static/jpeg2ps.exe +bin/win32/jpeg2ps.exe + </TPM:BinPatterns> + <TPM:RunPatterns>texmf/tpm/bin-jpeg2ps.tpm</TPM:RunPatterns> + <TPM:DocPatterns>texmf/doc/jpeg2ps/*</TPM:DocPatterns> + </TPM:Build> + <TPM:BinFiles arch="win32" size="12288">bin/win32/jpeg2ps.exe</TPM:BinFiles> + <TPM:RunFiles size="1561">texmf/tpm/bin-jpeg2ps.tpm</TPM:RunFiles> + <TPM:Provides>TLCore/bin-jpeg2ps</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |