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

  1. Path: easy.in-chemnitz.de!mkmk!floh
  2. From: floh@mkmk.in-chemnitz.de (Andre Weissflog)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: WritePixelArray vs. ClipBlit vs. ...
  5. Message-ID: <Fdg-x*iE0@mkmk.in-chemnitz.de>
  6. Date: Fri, 26 Jan 1996 21:06:49 CET
  7. Reply-To: floh@mkmk.in-chemnitz.de
  8. References: <oj6ka2yity1.fsf@hpsrk.fc.hp.com> <sqoWx*NA0@mkmk.in-chemnitz.de>
  9.  <4e9dju$ron@sunsystem5.informatik.tu-muenchen.de>
  10. Distribution: world
  11. Organization: private uucp site
  12. X-Newsreader: Arn V 1.04
  13.  
  14. In article <4e9dju$ron@sunsystem5.informatik.tu-muenchen.de>, Juergen "Rally" Fischer writes:
  15.  
  16. > Andre Weissflog (floh@mkmk.in-chemnitz.de) wrote:
  17. > : In article <oj6ka2yity1.fsf@hpsrk.fc.hp.com>, Steve Koren writes:
  18. > : > 
  19. > : I'm afraid not, except waiting for true RTG. As far as I understood
  20. > : it, RTG would provide automatic format conversion when blitting
  21. > : between any bitmap formats.
  22. > huh ? Current functions do this, too. writeparr8, blitbitmap...
  23. > if they don't, imho the gfxcard driver is not ok.
  24. The problem with current emulators is, that there's only one
  25. documented bitmap format one may directly write to, the Amigas
  26. 8 bit planar format. With RTG there would be documented formats
  27. for 8 bit chunky, and at least 16 and 24 bit direct color too, and
  28. blitting between them would include automatic format conversion.
  29.  
  30. Currently you can only use 8 bit planar bitmaps as source bitmaps
  31. or use "hacks" like WritePixelArray8().
  32.  
  33. > : So you could have your working area in 8 bit chunky with a local
  34. > : color map, and blit it onto a 24 bit screen, or work in 24 bit,
  35. > : and blit it to an 8 bit screen without need to worry about
  36. > : color remapping.
  37. > blit 24bit scene to 8bit without any worry ? naaah ;)
  38. Sure. What counts is that it just happens, not the resulting quality 
  39. or speed :-)
  40.  
  41. ====//=== Andre Weissflog <floh@mkmk.in-chemnitz.de> =======
  42. ...// Sep'95: Return Of The Living Death...................
  43. \\// 90% of everything is crap (Sturgeon's Law)...........
  44. =\\===============================================Amiga!=
  45.  
  46.