How to get WinDrawBitmap to handle GIF format?

2003-08-14 Thread Ray Lee
Hi! I have a gif image that I'm trying to draw inside my form but am having trouble. Doesn't WinDrawBitmap handles GIFs or is there another function that I'll need do this? Any insight would be greatly appreciated. Thanks!! Ray -- For information on using the Palm Developer Forums, or to

Re: How to get WinDrawBitmap to handle GIF format?

2003-08-07 Thread Paulo Raffaelli
Hello Ray, WinDrawBitmap can only draw Palm bitmaps (the formats are in the documentation). To draw GIFs, you will have to decode the GIF data and fill out the bits into a bitmap yourself, then call WinDrawBitmap() to draw the resulting bitmap. I found a page with source code to do GIF decoding