1PSWHITE(1NCARG) NCAR GRAPHICS PSWHITE(1NCARG)
2
3
4
6 pswhite - PostScript filter.
7
9 pswhite < input_PostScript_file > output_PostScript_file
10
12 pswhite is a filter which reads a PostScript file as input and writes a
13 PostScript file as output. In the output file the filter forces a
14 white background and complements the intensity values (values with
15 R=G=B) so that the default white foreground appears as black on the
16 white background. This filter works only on PostScript files produced
17 by ctrans - the CGM translator in the NCAR Graphics software.
18
20 ctrans(1NCARG), psblack(1NCARG)
21
23 Copyright (C) 1987-2002
24 University Corporation for Atmospheric Research
25 The use of this Software is governed by a License Agreement.
26
27
28
29NCAR September 1990 PSWHITE(1NCARG)