pnmalias(1) | General Commands Manual | pnmalias(1) |
NAME¶
pnmalias - antialias a portable anyumap.
SYNOPSIS¶
pnmalias [-bgcolor color] [-fgcolor color] [-bonly] [-fonly] [-balias] [-falias] [-weight w] [pnmfile]
DESCRIPTION¶
Reads a portable anymap as input, and applies anti-aliasing to background and foreground pixels. If the input file is a portable bitmap, the output anti-aliased image is promoted to a graymap, and a message is printed informing the user of the change in format.
OPTIONS¶
-bgcolor colorb, -fgcolor colorf
- 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.)
Note that even when dealing with graymaps, background and foreground colors need to be specified in the fashion described above. In this case, background and foreground pixel values are taken to be the value of the red component for the given color.
-bonly, -fonly
-balias, -falias
-weight w
SEE ALSO¶
AUTHOR¶
Copyright (C) 1992 by Alberto Accomazzi, Smithsonian Astrophysical Observatory.
30 April 1992 |