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

  1. Path: comma.rhein.de!serpens!not-for-mail
  2. From: mlelstv@serpens.rhein.de (Michael van Elst)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Q: Scrolling a Window
  5. Date: 25 Mar 1996 21:13:23 +0100
  6. Organization: dis-
  7. Message-ID: <4j6up3$2bq@serpens.rhein.de>
  8. References: <4j5r2n$566@ousrvr3.oulu.fi>
  9. NNTP-Posting-Host: serpens.rhein.de
  10. Keywords: scroll, blit, window
  11.  
  12. tikarjal@haapa.oulu.fi (Timo Karjalainen) writes:
  13.  
  14. >The autodoc for BltBitMap() says there are limits for width & height
  15. >such that width can be up to 970 or so and height up to 1000 or so.
  16. >What if the user has a 1280 * 800 screen?áWill BltBitMap() choke on it?
  17.  
  18. There is a width limit of 1008 pixel (1024 if the data is word aligned).
  19. This limit is for the ancient OCS blitter and if you have this blitter
  20. you can't have a 1280 * 800 screen either. So there is no problem :)
  21.  
  22. If you have an ECS or AGA blitter you can operate on bitmaps up to
  23. 32752 pixel wide (32768 if word aligned) and 32768 pixel high.
  24.  
  25. Regards,
  26. -- 
  27.                                 Michael van Elst
  28.  
  29. Internet: mlelstv@serpens.rhein.de
  30.                                 "A potential Snark may lurk in every tree."
  31.