home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / graphics / utility / ezgem.lzh / EZGEM / EZGEM.DOC < prev    next >
Text File  |  1986-02-06  |  2KB  |  43 lines

  1. UniTerm->EasyDraw converter/ Public domain / Unconditional distribution
  2. Don Rice KL7JIQ
  3. FXDDR@ALASKA.bitnet
  4. CIS 72337,3417
  5.  
  6. I use this program to convert .GEM files created by UniTerm (with GDOS
  7. loaded) into .GEM files that EasyDraw can read.  The differences between
  8. the two formats include:
  9.  
  10. 1. EasyDraw has page size and option information in the header and
  11.    preface of the .GEM file.
  12. 2. UniTerm uses a different scale than EasyDraw.
  13. 3. EasyDraw uses additional instructions to identify groups.
  14. 4. UniTerm seems to break polylines into simple vectors (plines with n=2)
  15.    which cannot be handled in a useful way in EasyDraw.
  16.  
  17. The EZGEM.TOS program corrects these differences by (1) writing a fixed
  18. header/preface borrowed from an EasyDraw file and tossing the UniTerm
  19. header/preface; (2) rescaling all points to fall on the EasyDraw page;
  20. (3) turning each polyline into an EasyDraw object; (4) collecting
  21. connected vectors into true polylines whenever possible.
  22.  
  23. I have converted very complex drawings such as maps and 3-D plots using
  24. this program and have found it quite useful for enhancing graphics from
  25. less intelligent plotting packages.  There are some things to keep in
  26. mind though:
  27.  
  28. - Output file size varies greatly relative to the input file size;
  29.   plots with lots of short lines may double in size, while plots
  30.   with long polylines may be reduced to half the original size.
  31. - EasyDraw's limit of 10000 objects is rather hard to exceed, but keep
  32.   it in mind.
  33. - This program only processes polyline operations in the input file.
  34.   That's all I see in my monochrome .GEM files.  It is possible that
  35.   some applications may generate color or line style instructions; if
  36.   so, have fun modifying the program to handle them!
  37. - Avoid dashed lines in the plots you capture.  If possible, use solid
  38.   lines exclusively, and change them to dashed lines within EasyDraw.
  39.  
  40. Feel free to distribute this ARC collection to anyone anywhere by
  41. any means.  PLEASE keep the files together so the recipients can
  42. customize the programs as desired.
  43.