From: BECman Newsgroups: comp.os.msdos.djgpp Subject: Q: remapping .BMP palettes Date: Wed, 16 Jul 1997 11:53:17 +1000 Organization: BEC Manufacturing Pty Ltd Lines: 9 Message-ID: <33CC298D.77A2@cynergy.com.au> Reply-To: becman AT cynergy DOT com DOT au NNTP-Posting-Host: cyn0507.cynergy.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am currently developing a project using DJGPP and Allegro. I have created a number of .BMP files, all of which use a different palette, and was wondering if any one knows of an easy way of remapping the palette of one file to another files palette? This must be a fairly common problem for games programmers. I used to rely on the Graphics artist to re-map the palette of all our .PCX files, and can't remember how he did it.