home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / programm / 6094 < prev    next >
Encoding:
Text File  |  1992-09-10  |  2.7 KB  |  57 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!decwrl!adobe!usenet
  3. From: byer@adobe.com (Scott Byer)
  4. Subject: Re: NeXT Step 3.0 and PostScript  problems!!!!! (maybe I should get a Mac?)
  5. Message-ID: <1992Sep10.170046.24706@adobe.com>
  6. Sender: usenet@adobe.com (USENET NEWS)
  7. Reply-To: byer@adobe.com (Scott Byer)
  8. Organization: Adobe Systems Incorporated
  9. References: <BuCKE8.tu@news.cso.uiuc.edu>
  10. Date: Thu, 10 Sep 1992 17:00:46 GMT
  11. Lines: 44
  12.  
  13. Gottfried Mayer-Kress writes
  14.  
  15. > Some time I got some advertising file about why NeXT is superior to
  16. > Mac:  because NeXT is a PostScript based machine, and therefore you
  17. > get on the printer "exactly" what you see on the screen, NOT!  I found
  18. > this extremely frustrating when I tried to show off the new NextStep
  19. > 3.0 with PostScript "Level 2" with some simple graphics:  I had a
  20. > perfect alignment of some elements on the screen, when I printed (even
  21. > on the new, fancy color printer) I got a consistent offset of about
  22. > 3mm, a real *&%^&#$-pain in the neck. This happened both in Create
  23. > and also in Appsoft Draw!! I really hope that I am just too dumb for
  24. > PostScript and someone has a nice and simple solution to this problem...
  25.  
  26. This is an application level problem.  Because of the lower resolution
  27. of the screen, Display PostScript is doing it's best to show the image
  28. as the application asks it to.  If the application asks it to display
  29. a point and a line very close together, they may not show up on the
  30. screen as different points, but they may be far enough apart that the
  31. increased resolution of the printer shows the gap.
  32.  
  33. Your application needs to have some concept of 'snap' - snap-to-point,
  34. or snap-to-line.  I don't know Create or Draw, but Illustrator has
  35. just such a feature.  By using guides and the snap-to-point feature,
  36. you are guarunteed that two point that claim to be aligned are aligned.
  37.  
  38. A temporary solution for many programs is to zoom up the maximum amount
  39. and check alignment.  Usually this extra zoom factor will give you
  40. the extra alignment you need, and hide the differences at low (300dpi)
  41. printer resolutions.
  42.  
  43. Remember, screens have such a pitiful resolution, that it's *impossible*
  44. to get *exactly* WYSIWYG.  The PostScript philosophy is to do the
  45. closest approximation to the mathematical ideal possible given the
  46. limits of the displaying device.
  47.  
  48. Display PostScript allows applications to be device independant, not
  49. device ignorant.
  50.  
  51. --
  52. Scott Byer                             NeXTMail: byer@mv.us.adobe.com
  53. Adobe Systems Incorporated               These are *my* opinions, and  
  54. 1585 Charleston Road, P.O. Box 7900        do not necessarily reflect
  55. Mountain View, CA 94039-7900             the opinions of my employer.
  56. ---------------------------------------------------------------------
  57.