blob: d3208027819e4557f4557debaaf9dbe801080ed0 [file] [log] [blame]
rsc058b0112005-01-03 06:40:20 +00001.TH PAGE 1
2.SH NAME
3img, psv \- view
4FAX,
5image, graphic, PostScript, PDF, and
6typesetter output
7files
8.SH SYNOPSIS
9.B page
10[
rsc058b0112005-01-03 06:40:20 +000011.IR file ...
12]
13.PP
14.B img
15.I file.bit
16.PP
17.B psv
18.I file.ps
19.PP
20.B psv
21.I file.pdf
22.SH DESCRIPTION
23Plan 9's
24.IR page (1)
25is not ported.
rscf6bc9142005-01-11 19:45:25 +000026Instead,
27.I page
28is a script that invokes
29.IR qiv (1)
30to view graphic files
31or
32.I psv
33to view PostScript and PDF.
34On Mac OS X,
35.I page
36invokes Preview to handle all files.
rsc058b0112005-01-03 06:40:20 +000037.PP
38.I Img
39is a simple image viewer for Plan 9 images
40(see
41.IR image (7)).
42.PP
43.I Psv
44is a PostScript and PDF viewer.
45It is a streamlined interface to
46.IR gv (1).
47.PP
48To view troff output, use
49.IR proof (1).
50.SH "SEE ALSO
51.IR gs (1),
rscc8b63422005-01-13 04:49:19 +000052.IR gv (1),
rsc058b0112005-01-03 06:40:20 +000053.IR jpg (1),
54.IR proof (1),
55.IR tex (1),
56.IR troff (1)
57.SH SOURCE
rscc3674de2005-01-11 17:37:33 +000058.B \*9/src/cmd/draw/img.c
rsc058b0112005-01-03 06:40:20 +000059.br
rscc3674de2005-01-11 17:37:33 +000060.B \*9/bin/psv
rscf6bc9142005-01-11 19:45:25 +000061.SH BUGS
62When using Preview on Mac OS X,
63.I page
64leaves temporary files in
65.BR /var/tmp ,
66since it has no way to know when the viewer has exited.
rscc8b63422005-01-13 04:49:19 +000067.PP
68.I Page
69does not handle
70Plan 9
71.IR image (7)
72files; use
73.I img
74explicitly.