From: James Newsgroups: comp.os.msdos.djgpp Subject: bmp question Date: Thu, 07 Oct 1999 22:58:18 -0700 Organization: Info Avenue Internet Services Lines: 13 Message-ID: <37FD87FA.26D2C261@infoave.net> NNTP-Posting-Host: dial-21.r4.scmcnr.infoave.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news3.infoave.net 939437886 22187 207.144.91.91 (9 Oct 1999 02:58:06 GMT) X-Complaints-To: usenet AT news3 DOT infoave DOT net NNTP-Posting-Date: 9 Oct 1999 02:58:06 GMT X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all. I made a simple bmp routine for practice (I am using Allegro) and the image displayed during the program is not showing the same colors as the image I saved. I saved the bmp file in paint shop pro and used these lines: set_gfx_mode(GFX_AUTODETECT, 640, 480, 0, 0); set_pallete(desktop_pallete); Are there any suggested bmp editors that may help or is there something that I am doing wrong in saving the file? Thanks for any help.