home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / postscri / 6119 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  970 b 

  1. Path: sparky!uunet!think.com!spool.mu.edu!hri.com!noc.near.net!keps.kodak.com!ghn
  2. From: ghn@keps.com (Gary Newman)
  3. Newsgroups: comp.lang.postscript
  4. Subject: Test Pattern (radial lines)
  5. Summary: looking for postscript sources for test patterns
  6. Message-ID: <1992Dec29.142517.19660@keps.kodak.com>
  7. Date: 29 Dec 92 14:25:17 GMT
  8. Sender: ghn@keps.kodak.com (Gary Newman x6668)
  9. Organization: KEPS Inc.
  10. Lines: 19
  11.  
  12. I'm looking for postscript sources for that radial line test pattern
  13. that you see in all the printer tests.  It usually is a binary pattern
  14. where the pattern alternates black and white according to radial angle
  15. like this:
  16.  
  17.     black_color = (angle modulo R) > (R/2) ? 1 : 0
  18.  
  19. in C sytax.
  20.  
  21. Anyone know of a source for this?
  22.  
  23. Thanks
  24.  
  25.  
  26. ====================================================================
  27. Gary Newman                Voice: (508) 670-6668 
  28. Kodak Electronic Printing Systems    Fax:   (508) 670-6554
  29. 164 Lexington Road            email: gnewman@keps.com
  30. Billerica, MA   01821-3984
  31.