home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / 14140 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.1 KB

  1. Path: sparky!uunet!vtserf!csugrad!keven
  2. From: keven@csugrad.cs.vt.edu (Keven Ring)
  3. Newsgroups: comp.graphics
  4. Subject: Re: BGI and PCX
  5. Message-ID: <C18MoJ.BFA@csugrad.cs.vt.edu>
  6. Date: 22 Jan 93 04:19:30 GMT
  7. References: <davisrj.727563884@signal.ece.clarkson.edu>
  8. Organization: Virginia Tech Computer Science Dept, Blacksburg, VA
  9. Lines: 16
  10.  
  11. Well, looking directly from the manual....
  12.  
  13. You use setrgbpallette() only when in VGA mode, or in IBM 8514.  From another 
  14. book (Bitmapped graphics by Steve Rimmer...), PCX was made for the EGA display.
  15. However, just because it was desined for the EGA doesn't mean you can't have
  16. it in VGA!!  In fact, the newer forms of PCX were made for 256 color displays,
  17. OBVIOUSLY NOT EGA!!  So, basically, if you can, open up a VGA screen
  18. (640 X 480 X 16) and go to work.  And, if you want to handle the newer forms of
  19. PCX, open up a 320 X 200 (or larger) X 256 color display.
  20.  
  21. Hope this helps...
  22. -- 
  23. +-----------------------+"Frank-n-furter, it's all o-ver
  24. |Keven Ring        |your mission is a failure. Your lifesyle's too extreme
  25. |keven@csugrad.cs.vt.edu|I'm your new commander - You are now my prisoner
  26. |VPI & SU        |We return to Transylvania.
  27.