Penguin
Annotated edit history of ppmtouil(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ppmtouil
2 !!!ppmtouil
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 ppmtouil - convert a portable pixmap into a Motif UIL icon file
14 !!SYNOPSIS
15
16
17 __ppmtouil__ [[__-name__ ''uilname'']
18 [[''ppmfile'']
19 !!DESCRIPTION
20
21
22 Reads a portable pixmap as input. Produces a Motif UIL icon
23 file as output.
24
25
26 If the program was compiled with an rgb database specified,
27 and a RGB value from the ppm input matches a RGB value from
28 the database, then the corresponding color name mnemonic is
29 printed in the UIL's colormap. If no rgb database was
30 compiled in, or if the RGB values don't match, then the
31 color will be printed with the #RGB, #RRGGBB, #RRRGGGBBB, or
32 #RRRRGGGGBBBB hexadecimal format.
33 !!OPTIONS
34
35
36 __-name__
37
38
39 Allows you to specify the prefix string which is printed in
40 the resulting UIL output. If not specified, will default to
41 the filename (without extension) of the ppmfile argument. If
42 __-name__ is not specified and no ppmfile is specified
43 (i.e. piped input), the prefix string will default to the
44 string __
45
46
47 All flags can be abbreviated to their shortest unique
48 prefix.
49 !!SEE ALSO
50
51
52 ppm(5)
53 !!AUTHOR
54
55
56 Converted by Jef Poskanzer from ppmtoxpm.c, which is
57 Copyright (C) 1990 by Mark W. Snitily
58 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.