Penguin
Annotated edit history of pcxtoppm(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pcxtoppm
2 !!!pcxtoppm
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHORS
9 ----
10 !!NAME
11
12
13 pcxtoppm - convert a PCX file into a portable pixmap
14 !!SYNOPSIS
15
16
17 __pcxtoppm__ [[__-stdpalette__]
18 [[''pcxfile'']
19 !!DESCRIPTION
20
21
22 Reads a PCX file as input. Produces a portable pixmap as
23 output. Supported PCX types are:
24
25
26 Colormapped files with 2-16 colors.
27
28
29
30
31 Colormapped files with 256 colors
32
33
34 8 bits/pixel, 1 plane, colormap at the end of the
35 file.
36
37
38 24bit truecolor files
39
40
41 24bit RGB: 8 bits/pixel, 3 planes.
42
43
44 32bit truecolor files
45
46
47 24bit RGB + 8bit intensity: 8 bits/pixel, 4
48 planes.
49 !!OPTIONS
50
51
52 __-stdpalette__
53
54
55 Enforce the use of the internal colormap for files with 16
56 colors or less.
57 !!SEE ALSO
58
59
60 ppmtopcx(1), ppm(5)
61 !!AUTHORS
62
63
64 Copyright (C) 1990 by Michael Davidson.
65 Modified 1994 by Ingo Wilken
66 (Ingo.Wilken@informatik.uni-oldenburg.de)
67 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.