Penguin
Annotated edit history of ppmtotga(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ppmtotga
2 !!!ppmtotga
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 BUGS
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
2 perry 14 ppmtotga - convert portable pixmap into a !TrueVision Targa file
1 perry 15 !!SYNOPSIS
16
17
18 __ppmtotga__ [[__-mono|-cmap|-rgb__] [[__-norle__]
19 [[''ppmfile'']
20 !!DESCRIPTION
21
22
2 perry 23 Reads a portable pixmap as input. Produces a !TrueVision
1 perry 24 Targa file as output.
25 !!OPTIONS
26
27
28 __-mono__
29
30
31 Forces Targa file to be of type 8 bit monochrome. Input must
32 be a portable bitmap or a portable graymap.
33
34
35 __-cmap__
36
37
38 Forces Targa file to be of type 24 bit colormapped. Input
39 must be a portable bitmap, a portable graymap or a portable
40 pixmap containing no more than 256 distinct
41 colors.
42
43
44 __-rgb__
45
46
47 Forces Targa file to be of type 24 bit unmapped
48 color.
49
50
51 __-norle__
52
53
54 Disables run-length encoding, in case you have a Targa
55 reader which can't read run-length encoded
56 files.
57
58
59 All flags can be abbreviated to their shortest unique
60 prefix. If no file type is specified the most highly
61 constained compatible type is used, where monochrome is more
62 constained than colormapped which is in turn more constained
63 than unmapped.
64 !!BUGS
65
66
67 Does not support all possible Targa file types. Should
68 really be in PNM, not PPM.
69 !!SEE ALSO
70
71
72 tgatoppm(1), ppm(5)
73 !!AUTHOR
74
75
76 Copyright (C) 1989, 1991 by Mark Shand and Jef
77 Poskanzer.
78 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.