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