Unix and Linux Discussions Tagged with style |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
2,929 |
What is on Your Mind? |
|
|
|
2 |
5,038 |
What is on Your Mind? |
|
|
|
11 |
12,705 |
Shell Programming and Scripting |
|
|
|
0 |
2,856 |
Web Development |
|
|
|
0 |
6,530 |
Programming |
|
|
|
0 |
1,733 |
Complex Event Processing RSS News |
|
|
|
0 |
1,365 |
Complex Event Processing RSS News |
|
|
|
0 |
1,436 |
UNIX and Linux RSS News |
|
|
|
3 |
3,847 |
Shell Programming and Scripting |
|
|
|
0 |
3,832 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,100 |
UNIX and Linux RSS News |
|
|
|
3 |
2,318 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
3 |
31,618 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
14,796 |
HP-UX |
|
|
|
1 |
2,392 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
12,805 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,034 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,006 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
2 |
2,970 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
10,789 |
Programming |
|
|
|
2 |
11,890 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,473 |
UNIX for Dummies Questions & Answers |
ppmmake(1) General Commands Manual ppmmake(1)
NAME
ppmmake - create a pixmap of a specified size and color
SYNOPSIS
ppmmake color width height
DESCRIPTION
Produces a portable pixmap of the specified color, width, and height.
The color can be specified in five ways:
o A name, assuming that a pointer to an X11-style color names file was compiled in.
o An X11-style hexadecimal specifier: rgb:r/g/b, where r g and b are each 1- to 4-digit hexadecimal numbers.
o An X11-style decimal specifier: rgbi:r/g/b, where r g and b are floating point numbers between 0 and 1.
o For backwards compatibility, an old-X11-style hexadecimal number: #rgb, #rrggbb, #rrrgggbbb, or #rrrrggggbbbb.
o For backwards compatibility, a triplet of numbers separated by commas: r,g,b, where r g and b are floating point numbers between 0
and 1. (This style was added before MIT came up with the similar rgbi style.)
SEE ALSO
ppm(5), pbmmake(1)
AUTHOR
Copyright (C) 1991 by Jef Poskanzer.
24 September 1991 ppmmake(1)