1ncarlogo2ps(1NCARG) NCAR GRAPHICS ncarlogo2ps(1NCARG)
2
3
4
6 ncarlogo2ps - adds NCAR logos to pre-existing PostScript files
7 generated by NCAR Graphics.
8
10 usage: ncarlogo2ps [-s size] [-position x:y] [-angle ang]
11 [-input input_file] [-output output_file]
12
14 "ncarlogo2ps" takes as input a PostScript file created from NCAR
15 Graphics 3.2 or later, or created from a "ctrans -d ps.color" command,
16 and adds an NCAR logo to each frame.
17
18 The options are:
19
20 -s size Specifies the height of the logo in inches. The default is
21 0.517 inches.
22
23 -p position x:y specifies the X-Y position of the center of the logo in
24 inches. Only the "-p" is significant. The default is
25 7.35:2.3
26
27 -angle ang Specifies the angle in degrees to rotate the logo from the
28 defualt upright position.
29
30 -input input_file
31 Specifies the PostScript input file. This must have been
32 generated by NCAR Graphics. If no input option is
33 specified, the input defaults to standard in.
34
35 -output output_file
36 Specifies the PostScript output file. If no output option
37 is specified, the output defaults to standard out.
38
39The options may appear in any order and only the first character is
40significant.
41
43 ncarglogo2ps -s 0.75 -p 7.0:0.75 < input_file > ouptut_file
44
45 would place in the output file a logo 7 inches from the left edge and
46 3/4" from the bottom with a height of 3/4".
47
48
50 Copyright (C) 2002
51 University Corporation for Atmospheric Research
52
53 The use of this Software is governed by a License Agreement.
54
55
56
57UNIX April 2002 ncarlogo2ps(1NCARG)