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

  1. CGM
  2.  
  3. CGM is the Computer Graphics Metafile standard. This ANSI/ISO standard
  4. defines the format of a file that describes one or more two-dimensional
  5. images.
  6.  
  7. A CGM metafile is not a picture. It only contains a description of the
  8. picture. In order to see the picture, the information in the file must be
  9. translated by another program like GPLOT for a specific output device. This
  10. output device is most commonly either a Tektronix emulating terminal, or a
  11. PostScript printer.
  12.  
  13. Three variants of the CGM format are available: binary, character, and clear
  14. text. Binary is the most compressed and efficient. Character mode is more
  15. portable over networks. Clear text mode is human-readable. The user can go
  16. into a clear text CGM file and read the description, altering or adding to
  17. it.
  18.  
  19. In general, binary is preferred, because it's so much smaller. While
  20. efficient, this means that CGM file transfers must be done carefully. You'll
  21. want to pay special attention to the instructions for transferring CGM files
  22. found in the documentation for the VMS CRAY station (see the dispose
  23. command), the ULTRIX pscsub command (see pscdispose), and the documentation
  24. for using the ftp command in binary mode. In addition, a little extra
  25. caution is needed when transferring CGM files created by NCARGKS.
  26.  
  27. Many of our applications packages include a graphics interface. In most
  28. cases, we've modified the packages so that when graphics are requested, the
  29. packages call DRAWCGM to produce CGM metafiles. Moreover, the graphics
  30. packages that we support all create CGM files.
  31.  
  32. See also:
  33.  
  34.    * Sample CGM files.
  35.    * Other graphics packages installed on PSC systems.
  36.    * Reference:
  37.         o Computer Graphics - Metafile for Storage and Transfer of Picture
  38.           Description Information, ANSI Document X3.122-1986, ISO DIS 8632
  39.           (1987)
  40.         o The CGM standard, which includes CGM format information, is
  41.           available from:
  42.                ANSI Publications: 1430 Broadway; NY,NY 10018
  43.                (212)642-4900
  44.  
  45. ----------------------------------------------------------------------------
  46. [PSC Software,]  [PSC Home Page] [Search]  [Feedback]
  47.  
  48. ----------------------------------------------------------------------------
  49. © Pittsburgh Supercomputing Center (PSC)
  50. Revised: Nov 25, 1993
  51. URL: http://www.psc.edu/general/software/packages/cgm/cgm.html
  52.