home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7081 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.8 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!agate!usenet
  2. From: izumi@pinoko.berkeley.edu (Izumi Ohzawa)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Look Up Tables On NeXT
  5. Date: 7 Nov 1992 00:14:30 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 28
  8. Distribution: world
  9. Message-ID: <1df1p6INNob@agate.berkeley.edu>
  10. References: <1992Nov6.040532.490@cubetech.com>
  11. Reply-To: izumi@pinoko.berkeley.edu
  12. NNTP-Posting-Host: moica.berkeley.edu
  13.  
  14. In article <1992Nov6.040532.490@cubetech.com> andrew@cubetech.com (Andrew Loewenstern) writes:
  15. >In article <1992Nov3.195318.2902@ife.fdn.org> jj@ife.fdn.org writes:
  16. >>I am developping an image processing library which base is the use of  
  17. >>look up tables to change the dynamic of the image quickly. It does  
  18. >>not seem to have any LUT on the NeXT, has any one solve this problem  
  19. >>earlier, how can I access the graphic memory directly to speed up the  
  20. >>process of my "manual" LUT ??
  21. >
  22. >There are no CLUT's on the NeXT because it has Display PostScript.
  23.  
  24. They exist, but are not actively used.
  25. NeXT uses a BrookTree RAMDAC, so CLUT's do exist and probably accessible
  26. on a Color Station(not on ND).  RAMDAC's RAM part is the built-in LUT.
  27. Nothing is documented about it however, and NeXT certainly
  28. does not want anyone to access it, not certainly recommended
  29. for apps that must coexist with other GUI apps.  I am sure NeXT will
  30. not help you on this.
  31.  
  32. If you are doing your thing by taking over the whole screen, I would say
  33. go ahead and find the LUTS's addresses and use it, but don't expect to use
  34. GUI while your program is doing its thing.
  35.  
  36.  
  37. --
  38. Izumi Ohzawa
  39. USMail: University of California, 360 Minor Hall, Berkeley, CA 94720
  40. Telephone: (510) 642-6440     Fax:  (510) 642-6341
  41. Internet: izumi@pinoko.berkeley.edu (NeXT Mail OK)
  42.