home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5042 < prev    next >
Encoding:
Text File  |  1996-08-05  |  827 b   |  24 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cix.compulink.co.uk!usenet
  3. From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
  4. Subject: Re: RTG/rtg.library question
  5. Message-ID: <Dny16B.BK9@cix.compulink.co.uk>
  6. Organization: Compulink Information eXchange
  7. References: <1060.6640T1147T2687@luna.nl>
  8. Date: Fri, 8 Mar 1996 10:01:23 GMT
  9. X-News-Software: Ameol32
  10.  
  11. > Life ain't that simple :) As an example, here is a chunky presentation
  12. > of a diagonal line:
  13.  
  14. Ah.. I think you're assuming that chunky is always 8-bit. Chunky, as 
  15. opposed to planar, simply means all bits of each colour register are 
  16. stored consecutively rather than all bits from each bit level in each 
  17. colour register stored in planes. It can be 1 bit, 4 bit, 8 bit, 16-bit, 
  18. 24-bit, etc....
  19.  
  20. 1-bit chunky == 1-bit planar
  21. x-bit chunky != x-bit planar (when x>1)
  22.  
  23. Jolyon
  24.