home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1309 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: peer-news.britain.eu.net!strath-cs!strath-cs!not-for-mail
  2. From: imcc@cs.strath.ac.uk (Iain McCord)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C2P
  5. Date: 17 Jan 1996 18:05:38 -0000
  6. Organization: Comp. Sci. Dept., Strathclyde Univ., Glasgow, Scotland.
  7. Message-ID: <4djdpi$iqo@neilson.cs.strath.ac.uk>
  8. References: <4cj57f$7qe@irz210.inf.tu-dresden.de> <4d16bt$48l@sunsystem5.informatik.tu-muenchen.de> <4d27jf$gi2@morgoth.sfu.ca> <4d6e7q$j7t@sunsystem5.informatik.tu-muenchen.de>
  9. NNTP-Posting-Host: neilson.cs.strath.ac.uk
  10.  
  11. In article <4d6e7q$j7t@sunsystem5.informatik.tu-muenchen.de>,
  12. Juergen "Rally" Fischer <fischerj@informatik.tu-muenchen.de> wrote:
  13. >R0G1B2R4G5B6
  14. >
  15. >;) only one component of a pixel is overtaken, but not the one needed most
  16. >but just random (well, R,G and B cyclic).
  17. >
  18. >Anyone knows how picutres look after this kind of conversion ?
  19.  
  20.   Look at a tv picture, after all thats how the screen is made up, of tiny
  21. pixels of rgb.
  22.   How exactly is a HAM screen generated, i.e. what's the largest screen width?
  23. I only ask because I gather that you can change 1 colour at a time, in effect
  24. you have overlaping RGB planes each 3pixels wide. You could then say that a
  25. 1280 pixel wide HAM8 screen is equivalent to a 427 pixel wide 24 bit chunky
  26. display. If you need a more accurate representation of a picture, leave the
  27. green image alone and adjust the red and blue images to suit.
  28.