home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Converter / PTC-AEAO.LZX / AddOn.lha / POST / GPlot / gplot.man < prev    next >
Encoding:
Text File  |  1996-07-06  |  4.3 KB  |  136 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                                          gplot(1)
  7.  
  8.  
  9.  
  10. NAME
  11.      gplot - graphics utility for the processing of CGM metafiles
  12.  
  13. SYNTAX
  14.      gplot [_o_p_t_i_o_n_s] _m_e_t_a_f_i_l_e [_o_u_t_f_i_l_e]
  15.  
  16. DESCRIPTION
  17.      The _g_p_l_o_t command translates a CGM _m_e_t_a_f_i_l_e into input for a
  18.      graphics device.  The input is placed into the _o_u_t_f_i_l_e and
  19.      in the absence of an outfile, it is sent to the stdout.
  20.  
  21. OPTIONS
  22.      The following flags are interpreted by _g_p_l_o_t.
  23.  
  24.      -bn  Specifies the starting frame to be number n for
  25.           addressable output media like videotape.
  26.  
  27.      -cn  If the output device supports a hardware multiple
  28.           copies command, gplot will produce n copies.
  29.  
  30.      -dd  Specifies the output device, d.  See Restrictions
  31.       section for a list of acceptable devices.
  32.  
  33.      -C   Specifies the input to be a clear text format CGM file,
  34.           default is a binary format.
  35.  
  36.      -i   The output is to be used in another file.  This option
  37.           is normally only used by GTEX when it is calling gplot
  38.           to include a frame in the output.
  39.  
  40.      -fn  Use font type n, (0 device fonts) (1 Hershey fonts)
  41.           (2 PK raster fonts)
  42.  
  43.      -l   Creates a listing file showing its interpretation of
  44.           the CGM metafile.
  45.  
  46.      -mn  Magnify the text by n.
  47.  
  48.      -pn  Tells gplot to select individual pages, n.  n can be
  49.           individual pages, multiple page numbers separated by
  50.           commas or a range, e.g. 7_9.
  51.  
  52.      -rn  Rotate the image the specified number of degrees, n,
  53.           counter clockwise from its default orientation.
  54.  
  55.      -sd  Synonymous with -dd -t
  56.           See Restrictions section for a list of acceptable dev-
  57.           ices.
  58.  
  59.      -t   Specifies that the controlling device is a terminal.
  60.           Gplot will beep at the end of a page and pause awaiting
  61.           a response.  This option is implied by the -s option.
  62.  
  63.      -xn  Moves the origin in the x direction by the specified
  64.           amount, n, in inches.  n is a real number.
  65.  
  66.      -yn  Moves the origin in the y direction by the specified
  67.           amount, n, in inches.  n is a real number.
  68.  
  69.      -D   Displays informational messages.  Useful for debugging
  70.           purposes.
  71.  
  72.      -I   If indexing blocks are present gplot will display a short
  73.           table of contents.
  74.  
  75.      -N   Tells GPLOT to ignore indexing blocks on input, not to
  76.           produce them on output.
  77.  
  78.      -Pn  Overrides the default pixels per inch settings.  The
  79.           resolution of the output device is set to n pixels per
  80.           inch.
  81.  
  82.      -S      Ignore metric scaling and scale image to fit device.
  83.  
  84.      -Tt  Where t is a string displays only those pictures which have 
  85.           t in the title.
  86.  
  87.      -Xn  Overrides the default page width in inches for the out-
  88.           put device.  The new page width is set to n which is a
  89.           real number.
  90.  
  91.      -Yn  Overrides the default page height in inches for the
  92.           output device.  The new page height is set to n which
  93.           is a real number.
  94.  
  95. RESTRICTIONS
  96.      The present devices currently recognized by gplot are:
  97.  
  98.           tek4010        Tektronix 4010 (Default)
  99.           tek4014        Tektronix 4014
  100.           tek4107        Tektronix 4107
  101.           tek4207        Tektronix 4207
  102.           PERITEK        A color frame buffer device
  103.           PS             PostScript
  104.           PSC            Color Postscript
  105.           XWS            X11
  106.           sun            Color Sun
  107.           sunbw          Monochrome Sun
  108.           cgmb           Binary format CGM file
  109.           cgmc           Clear Text CGM file
  110.       igl         Iris GL
  111.       qms         QMS laser printer
  112.       excl         EXCL-based laser printer
  113.       sv         Sunview driver
  114.       xl              Xlib driver
  115.  
  116.      The Athena Widget library, the X Toolkit and the Xlib needs
  117.      to be present to install the xl and xws drivers.
  118.  
  119.  
  120. KNOWN BUGS
  121.      Gplot currently does not handle pattern fills on
  122.      most devices.
  123.  
  124.      X switches like -display are parsed but must not be the last
  125.      option specified.
  126.  
  127.  
  128. FILES
  129.           metafile       metafile
  130.           outfile        output file
  131.  
  132.  
  133. COPYRIGHT
  134.      gplot is copyrighted (1987) by the _P_i_t_t_s_b_u_r_g_h _S_u_p_e_r_c_o_m_p_u_t_i_n_g
  135.      _C_e_n_t_e_r.
  136.