Re: Bitmaps
- Posted by Greg Harris <blackdog at CDC.NET> May 05, 1999
- 485 views
David, You can find an example of the technique at the RDS site in my ill fated sprite engine for Windows. Hope this helps. Another technique to look into is maybe using CreateDib and StretchDIBits to mix in memory. Regards, Greg Harris -----Original Message----- From: David Cuny <dcuny at LANSET.COM> To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU> Date: Wednesday, May 05, 1999 10:56 PM Subject: Re: Bitmaps >Davi Figueiredo wrote: > >> Here it is; it is simply a modified version of createDIB() that >> will create 24-bit pictures. > >Thanks. I'll give it a shot. > >-- > >Ray Smith ang Greg Harris offered help with transparent bitmaps > >Thanks. I'll take a stab at the two techniques. I was hoping for somthing >simpler, but that's Windows for you.> >-- David Cuny >