blob: 598bfe245a89842bc6f0b8adcf7673bfb74c60a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Psidtopgm User Manual</TITLE></HEAD>
<BODY>
<H1>psidtopgm</H1>
Updated: 02 August 89
<BR>
<A HREF="#index">Table Of Contents</A>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
psidtopgm - convert PostScript "image" data to a PGM image
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>psidtopgm</B> <I>width</i> <i>height</i> <i>bits/sample</I> [<I>imagedata</I>]
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<p>This program is part of <a href="index.html">Netpbm</a>.
<p><b>psidtopgm</b> reads the "image" data from a PostScript
file as input and produces a PGM image as output.
<P>This program is obsoleted by <B>pstopnm</B>.
What follows was written before <B>pstopnm </B> existed.
<P>This is a very simple and limited program, and is here only because
so many people have asked for it. To use it you have to
<em>manually</em> extract the readhexstring data portion from your
PostScript file, and then give the width, height, and bits/sample on
the command line. Before you attempt this, you should <em>at
least</em> read the description of the "image" operator in
the PostScript Language Reference Manual.
<P>It would probably not be too hard to write a script that uses this
filter to read a specific variety of PostScript image, but the
variation is too great to make a general-purpose reader. Unless, of
course, you want to write a full-fledged PostScript interpreter...
<A NAME="lbAE"> </A>
<H2>SEE ALSO</H2>
<A HREF="pnmtops.html">pnmtops</A>,
<A HREF="pgm.html">pgm</A>
<A NAME="lbAF"> </A>
<H2>AUTHOR</H2>
Copyright (C) 1989 by Jef Poskanzer.
<HR>
<A NAME="index"> </A>
<H2>Table Of Contents</H2>
<UL>
<LI><A HREF="#lbAB">NAME</A>
<LI><A HREF="#lbAC">SYNOPSIS</A>
<LI><A HREF="#lbAD">DESCRIPTION</A>
<LI><A HREF="#lbAE">SEE ALSO</A>
<LI><A HREF="#lbAF">AUTHOR</A>
</UL>
</BODY>
</HTML>
|