Kristian Austad wrote:
> Does anyone know why PilRC compiles 16 bit coloured BMPs so that > the images look like dithered GIFS, and how to get rid of it? > I've even tried using standard Palm colours only; even these get > an ugly dithered look.
Just a thought, but is your app putting the screen in the highest bit depth mode available (using WinScreen() to get available depths and then using it to set them again) at startup?
The larger question is: are you sure it's the PRC file that has the wrong data and that you're not doing something wrong in the app itself?
One way to verify the correct PilRC behavior is to open your PRC file using PRC Explorer on the Windows desktop and look in the bitmap families. I think the likely problem is that your app is running in 8-bit mode, as Logan mentioned.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
