.TH pnmalias 1 "30 April 1992" .IX pnmalias .SH NAME pnmalias - antialias a portable anyumap. .SH SYNOPSIS .B pnmalias .RB [ -bgcolor .IR color ] .RB [ -fgcolor .IR color ] .RB [ -bonly ] .RB [ -fonly ] .RB [ -balias ] .RB [ -falias ] .RB [ -weight .IR w ] .RI [ pnmfile ] .SH 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. .SH OPTIONS .PP .B \-bgcolor .I colorb, .B \-fgcolor .I colorf .RS set the background color to .I colorb, and the foreground to color to .I colorf. Pixels with these values will be anti-aliased. by default, the background color is taken to be black, and foreground color is assumed to be white. The colors can be specified in five ways: .TP 5 .B o A name, assuming that a pointer to an X11-style color names file was compiled in. .TP .B o An X11-style hexadecimal specifier: rgb:r/g/b, where r g and b are each 1- to 4-digit hexadecimal numbers. .TP .B o An X11-style decimal specifier: rgbi:r/g/b, where r g and b are floating point numbers between 0 and 1. .TP .B o For backwards compatibility, an old-X11-style hexadecimal number: #rgb, #rrggbb, #rrrgggbbb, or #rrrrggggbbbb. .TP .B 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.) .LP 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. .RE .PP .BR \-bonly , .B \-fonly .RS Apply anti-aliasing only to background .RB ( \-bonly ), or foreground .RB ( \-fonly ) pixels. .RE .PP .BR \-balias , .B \-falias .RS Apply anti-aliasing to all pixels surrounding background .RB ( \-balias ), or foreground .RB ( \-falias ) pixels. By default, anti-aliasing takes place only among neighboring background and foreground pixels. .RE .PP .B \-weight .I w .RS Use .I w as the central weight for the aliasing filter. .I W must be a real number in the range 0 < .I w < 1. The lower the value of .I w is, the "blurrier" the output image is. The default is w = 1/3. .SH "SEE ALSO" pbmtext(1), pnmsmooth(1), pnm(5) .SH AUTHOR Copyright (C) 1992 by Alberto Accomazzi, Smithsonian Astrophysical Observatory. .\" Permission to use, copy, modify, and distribute this software and its .\" documentation for any purpose and without fee is hereby granted, provided .\" that the above copyright notice appear in all copies and that both that .\" copyright notice and this permission notice appear in supporting .\" documentation. This software is provided "as is" without express or .\" implied warranty.