From: Tom Jelen Newsgroups: comp.os.msdos.djgpp Subject: Re: [allegro] combining many images with different palettes into one? Date: Sat, 31 Jan 1998 01:49:49 -0500 Organization: The Ohio State University Dept. of Computer and Info. Science Lines: 8 Message-ID: <34D2C98D.8A12989E@cis.ohio-state.edu> References: <34D2BDC1 DOT 2C365D3F AT cis DOT ohio-state DOT edu> NNTP-Posting-Host: ts46-4.homenet.ohio-state.edu 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 Doh, Figured out my problem. Had to use set_color_depth(24), so they all had the same palette after that. That's what I get for looking through the v2.2 documention. Tom