logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ncarlogo2ps - adds NCAR logos to pre-existing PostScript files generated by NCAR Graphics.

Description

       "ncarlogo2ps" takes as input a PostScript file created from NCAR Graphics 3.2 or later, or created from a
       "ctrans -d ps.color" command, and adds an NCAR logo to each frame.

       The options are:

       -s size     Specifies the height of the logo in inches.  The default is 0.517 inches.

       -p position x:y  specifies  the  X-Y  position  of  the  center  of the logo in inches.  Only the "-p" is
                   significant.  The default is 7.35:2.3

       -angle ang  Specifies the angle in degrees to rotate the logo from the defualt upright position.

       -input input_file
                   Specifies the PostScript input file.  This must have been generated by NCAR Graphics.  If  no
                   input option is specified, the input defaults to standard in.

       -output output_file
                   Specifies  the PostScript output file.  If no output option is specified, the output defaults
                   to standard out.

       The options may appear in any order and only the first character is significant.

Example

       ncarglogo2ps -s 0.75 -p 7.0:0.75 < input_file > ouptut_file

       would place in the output file a logo 7 inches from the left edge and 3/4" from the bottom with a  height
       of 3/4".

Name

       ncarlogo2ps - adds NCAR logos to pre-existing PostScript files generated by NCAR Graphics.

Synopsis

       usage: ncarlogo2ps [-s size] [-position x:y] [-angle ang]
                          [-input input_file] [-output output_file]

See Also