home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / graphics / animatio / 1405 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.7 KB  |  36 lines

  1. Newsgroups: comp.graphics.animation
  2. Path: sparky!uunet!gatech!concert!uvaarpa!murdoch!uvacs.cs.Virginia.EDU!jrm2k
  3. From: jrm2k@uvacs.cs.Virginia.EDU (Jeff Michel)
  4. Subject: HELP! Its Those Damned Colormaps!
  5. Message-ID: <1992Dec22.195753.8789@murdoch.acc.Virginia.EDU>
  6. Keywords: sun-rasterfile, vga, colormap, normalize
  7. Sender: usenet@murdoch.acc.Virginia.EDU
  8. Organization: University of Virginia Computer Science Department
  9. Date: Tue, 22 Dec 1992 19:57:53 GMT
  10. Lines: 24
  11.  
  12. I *hope* this is a FAQ.
  13.  
  14. I'm doing frame-by-frame animation on Sun-4's.  My approach is to
  15. put up sequences of images converted to the Sun-specific, video-RAM specific
  16. (pixrect) format and colormap format (pixrect) of the graphics hardware (cg6) of
  17. the machine.  (This graphics architecture makes use of a 24-bit, 256 color
  18. colormap.)
  19.  
  20. The problem with this approach has been that when the colormaps of two
  21. consecutive images in the sequence differ, there is a brief instant during which
  22. the colormap for the previous image is loaded, but the image loaded on the screen
  23. needs a different colormap.  The result of this is an annoying *flicker*.  Are
  24. you nodding your head?  Have you seen this problem?
  25.  
  26. What I'd like is for all of the video-RAM format images to have the *same*
  27. colormap so that the problem of flicker never arises.  So, after three
  28. paragraphs, my question is: "Is there any software available which will allow me
  29. to normalize the colormaps of a sequence of Sun rasterfile images into *one*
  30. common colormap including all or most of the colors of the images of the
  31. sequence?"  If not for Sun, then is there source code for the normalization of
  32. *any* colormap-oriented graphics architecture (eg. VGA)?
  33.  
  34. Thanks,
  35. Jeff Michel    jrm2k@Virginia.EDU
  36.