home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / graphics / 12215 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.7 KB  |  38 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!nwnexus!mpdillon
  3. From: mpdillon@halcyon.com (Michael Dillon)
  4. Subject: Re: NAPLPS
  5. Message-ID: <1992Nov22.081422.9015@nwnexus.WA.COM>
  6. Sender: sso@nwnexus.WA.COM (System Security Officer)
  7. Organization: The 23:00 News and Mail Service
  8. Date: Sun, 22 Nov 1992 08:14:22 GMT
  9. Lines: 27
  10.  
  11. converting bitmap formats such as GIF, JPEG, TIFF, etc... to NAPLPS
  12. is not a very good idea although it *IS* possible. NAPLPS is an object
  13. oriented graphics format like Postscript, metafiles, Corel Draw, etc...
  14. It does allow for bitmaps but if they are any significant size you
  15. lose the compactness advantage of NAPLPS. I have only used icon
  16. bitmaps (I wrote an MSDOS QBASIC program to convert Windows icons.) in
  17. NAPLPS pictures.
  18.  
  19. It is best to start with some sort of metafile format. If you can get
  20. ahold of an older version of Corel Draw (2.0) it will export to
  21. VideoShow format which is essentially NAPLPS. This export filter was
  22. not included in Corel Draw 3.0.
  23.  
  24. I have used VideoShow a bit but it has problems. It basically generates
  25. polygons with large numbers of straight line edges to simulate curves
  26. and outlines consist of many *UNCONNECTED* line segments as a separate
  27. object from the fill. I did succesfully export a filled ellipse and 
  28. was able to import it into Microstar's MGE editor to add it to other
  29. art. But when I tried a simple horse outline MGE couldn't handle it
  30. although PP3 would display the graphic. I think the videoshow format 
  31. allows too many nodes in a polygon whereas the NAPLPS standard only
  32. guarantees to support 256 nodes per object.
  33.  
  34. I think the most promising approach would be to convert a metafile
  35. format such as CGM or Windows Metafile but I have not yet taken the
  36. time to write the code.
  37.  
  38.