home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / 11708 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.6 KB  |  36 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!mcsun!Germany.EU.net!mpifr-bonn.mpg.de!speckled.mpifr-bonn.mpg.de!mlelstv
  3. From: mlelstv@speckled.mpifr-bonn.mpg.de (Michael van Elst)
  4. Subject: Re: N bit planes/pixel or N bits/pixel?
  5. Message-ID: <1992Nov10.224044.12544@mpifr-bonn.mpg.de>
  6. Sender: news@mpifr-bonn.mpg.de
  7. Nntp-Posting-Host: speckled
  8. Organization: Max-Planck-Institut f"ur Radioastronomie
  9. References: <1dn8rjINNdq3@kitty.ksu.ksu.edu>
  10. Date: Tue, 10 Nov 1992 22:40:44 GMT
  11. Lines: 23
  12.  
  13. In <1dn8rjINNdq3@kitty.ksu.ksu.edu> sdoran@kitty.ksu.ksu.edu (Steven Marcotte) writes:
  14. >  What is the advantage of N bitplanes/pixel over N bits/pixel?  I would
  15. >think that the N bin/pixel (packed-pixel) representation would offer
  16. >better speed than jumping through memory and performing bit twiddling,
  17. >especially at 8 bits/pixel.
  18.  
  19. It depends on what you are doing. With areas wider than the word length
  20. the overhead of bitplanes becomes neglible. On the other hand packed
  21. pixels work only good for common word sizes, i.e. 8bit (256 colors),
  22. 16-bit (65536 colors) and 24bit+8bit (16 million colors + alpha channel).
  23. This means that you can't scale the pixel resolution (bits per pixel)
  24. easily, bitplanes on the other hand are more flexible.
  25.  
  26. One problem with bitplanes is the higher complexity of the hardware since
  27. somewhere before the DAC you need to have chunky pixels again. That's why
  28. bitplane architectures with deep pixels are rare.
  29.  
  30. Regards,
  31. -- 
  32. Michael van Elst
  33. UUCP:     universe!local-cluster!milky-way!sol!earth!uunet!unido!mpirbn!p554mve
  34. Internet: p554mve@mpirbn.mpifr-bonn.mpg.de
  35.                                 "A potential Snark may lurk in every tree."
  36.