home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4770 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.9 KB  |  48 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!email!news.univie.ac.at!news.tu-graz.ac.at!piassun1!tom
  3. From: tom@piassun1.joanneum.ac.at (Tom Leitner)
  4. Subject: Achieving animation like image update speeds under OS/2 PM
  5. Message-ID: <1992Sep6.164238.4003@news.tu-graz.ac.at>
  6. Originator: tom@piassun1
  7. Sender: news@news.tu-graz.ac.at (USENET News System)
  8. Nntp-Posting-Host: piassun1.joanneum.ac.at
  9. Organization: Joanneum Research, Graz, Austria
  10. Date: Sun, 6 Sep 92 16:42:38 GMT
  11. Lines: 35
  12.  
  13.  
  14. Hi everybody,
  15.  
  16. I have the following question: My application currently runs under
  17. OS/2 1.3 and OS/2 2.0 using a dual monitor configuration were the
  18. first monitor runs the OS/2 PM using a standard VGA card and the 
  19. second monitor is connected to high resolution Matrox card.
  20.  
  21. The application requires that a series of images (about 400x300 with 
  22. 32 colors) can be displayed in an animation like speed of, say
  23. less than 0.8 seconds between the image updates. The image update
  24. should not cause any noticeable flicker on the screen. (Apart
  25. from the image data changes of course)
  26.  
  27. This is currently achived by preloading multiple images into the
  28. VRAM of the Matrox card and by switching the video start addresses.
  29.  
  30. Now for my question: Is there any chance that I could port my program
  31. to the PM and I can still achive the same (or a similar) image update speed ?
  32.  
  33. I thought of some nifty trick with double buffering and color pallette 
  34. manipulation as I only need 32 colors per image. Could that be feasible ?
  35.  
  36. I'd appreciate any comments on that per e-mail. (Of course if there's enough
  37. demand I could post a summary of what I get)
  38.  
  39. Thanks in advance and regards from Austria.
  40.  
  41. Tom Leitner, Joanneum Research, Graz, Austria
  42.              Internet: tom@piassun1.joanneum.ac.at
  43.              Fido    : 2:316/7.91
  44.  
  45. BTW: The graphics card needs to have a resolution of at least 1280x1024
  46. with 256 colors under the OS/2 WPS. I presume that something like that
  47. is available now, isn't it ?
  48.