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

  1. Path: ccnserv.ccnmuc.net!usenet
  2. From: ML <Manfred.Linzner@munich.netsurf.de>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Q: C2P MUCH FASTER?
  5. Date: Fri, 09 Feb 1996 12:51:40 +0100
  6. Organization: ccn computer consultant network GmbH
  7. Message-ID: <311B354C.FD@munich.netsurf.de>
  8. NNTP-Posting-Host: ns050.munich.netsurf.de
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b5 (Win95; I)
  13.  
  14. I trying to find a fast c2p routine which produces 2*1 in 256 colors.
  15.  
  16. Question:
  17. ---------
  18. Is there any sense to use an superhires (1024*y) screen for a c2p 
  19. conversion??  This means you could write a byte at once to 
  20. get a double-width lowres pixel.
  21. Could this be faster than normal c2p routines with an ordinary 320*y 
  22. screen?
  23.