home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pstoedit.zip / source.zip / pstoedit.2.50 / cd1.2x / cd.announce next >
Text File  |  1996-07-01  |  2KB  |  55 lines

  1.  
  2.  
  3. Announcing the release of CGM Draw 1.2.
  4.  
  5. CGM Draw is a freely available library for generating CGM files from a
  6. C program.  It has been tested on Solaris, Ultrix, Linux, IRIX, and DOS.
  7. CGM (Computer Graphics Metafile) is a vector graphics format that can be
  8. read by many popular packages.  With CGM Draw your code can quickly
  9. draw images complete with lines, arcs, rectangles, polygons, and text.
  10. CGM Draw is ideal for creating CGM files on the fly when you have
  11. a rapidly changing data set (such as in response to database queries.)
  12.  
  13.  
  14. Documentation for cd is included with the package, and is available from
  15. http://speckle.ncsl.nist.gov/~lorax/cgm/cd.html
  16. General information about CGM is available many places on the web, including 
  17. http://speckle.ncsl.nist.gov/~lsr/cgm.htm
  18. This distribution may be retrieved via ftp from
  19. zing.ncsl.nist.gov in the directory "cgm"  It will have the
  20. name cd followed by the version number.
  21. The current version is 1.2 and is at:
  22. ftp://zing.ncsl.nist.gov/cgm/cd1.2.tar.gz
  23.  
  24.  
  25. Whats new in this version:
  26. - New Text attributes for the direction and rotation of text
  27. - Multiple pictures can be put in a single cgm file
  28. - More example programs.
  29.  
  30.  
  31. What is CGM:
  32. CGM is a widely used method for representing 2D vector
  33. pictures.  Many industry users have decided to use CGM as the means of
  34. representing, storing, and interchanging pictures in all their documentation
  35. (e.g., Air Transport Association will use CGM to represent illustrations, US
  36. Petroleum industry has also adopted it).   
  37. CGM is already and established, open standard.  In 1987
  38. ISO approved the first version as an international standard, and the
  39. current version (which extends the original) was approved in 1992 (ISO
  40. 8632.)  Many programs are already capable of creating CGM files.  Major
  41. illustration packages already can save their files in the CGM format
  42. (CorelDraw is one example) and many word processing programs (WordPerfect
  43. and Word) can include CGM files in their documents.
  44.  
  45.  
  46. What types of pictures is CGM suited for:
  47. CGM is ideally suited for pictures with geometric shapes, line drawings,
  48. and text.  Here are some particular applications that CGM would do well
  49. with:
  50.     Charts and Graphs--For instance charts of recent stock market data, or
  51. graphs of web server usage.
  52.     Technical illustrations--Diagrams for products or engineering drawings.
  53. CGM pictures can be zoomed in on to show small details.
  54.     General illustrations--Such as those you see in books or comic strips.
  55.