home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11556 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.8 KB

  1. Path: sparky!uunet!gatech!purdue!mentor.cc.purdue.edu!nova.cc.purdue.edu
  2. From: ab@nova.cc.purdue.edu (Allen B)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Gray scale output
  5. Message-ID: <54875@mentor.cc.purdue.edu>
  6. Date: 23 Jul 92 15:53:34 GMT
  7. References: <1992Jul16.164546.2876@clipper.ingr.com>
  8. Sender: news@mentor.cc.purdue.edu
  9. Lines: 36
  10.  
  11. In article <1992Jul16.164546.2876@clipper.ingr.com> kontos@clipper.ingr.com  
  12. (Thorne Kontos) writes:
  13. > 1) Can the Amiga be made to display >256 gray scales at the same time
  14. >    (range Black to White). If a stock Amiga can not be made to do this,
  15. >    can one of the 3rd-party graphics boards accomplish this? 
  16.  
  17. Not really.  We've only got 16 gray shades, but the HIRES
  18. LACE pixels are small enough you can get a good dither
  19. going.  If you need real-time response, you can use an
  20. ordered dither and get pretty good results.  If you don't,
  21. error diffusion might give you better results.  It
  22. depends on the material and what effect you're looking
  23. for.
  24.  
  25. DCTV will give you 160 gray shades, which is plenty on a
  26. composite display (which is what it is).  If you only want
  27. to work in black and white, it's not much slower than
  28. plotting to an ordinary screen for real-time use, and
  29. basically no slower for non-real time applications. 
  30. (Color is slower.)
  31.  
  32. The toaster and other 24 bit boards (Firecracker,
  33. OpalVision, Resolver) will give you 256 gray shades. 
  34. Again, you can dither to simulate more.  How accesible
  35. these are from your own programs varies.  I haven't tried
  36. them.
  37.  
  38. I don't know of any displays for the Amiga that have more
  39. than 256 gray shades. 
  40.  
  41. > 2) Can someone out there send me some simple c code for reading iff files?
  42.  
  43. A recent Fish disk has the latest Commodore release. 
  44. Great stuff if your program only has to work on an Amiga.
  45.  
  46. ab
  47.