> Hi,
> 
> I have two greyscale bitmaps i'm trying to display in
> my palm ap, but they aren't showing up.
> 
> So I guess there's either something wrong with my
> image format, how i'm specifying them in pilrc, or my
> understanding of what the palm os 3.5 can display.
> 
> the specs for my images:
> 
> 72 pixels per inch
> 4 pixel depth
> 16 colors greyscale (i've tried dropping this to 4
> colors w. same problem)
> 1 layer
> 0 alphas
> no compression
> 
> in pilrc i've tried
> 
> BITMAP
> BITMAPGREY
> BITMAPGREY16
> 
> BITMAP will actually show them, but they're of course
> garbled...., the other settings they won't show up.
> 
> can someone offer me some insight, i'm lost.... :(

  did you change to 4bpp display mode? WinScreenMode() API call?

  BITMAP is 1bpp - and, if you dont change the display, of course
  it will display that image. only problem is that pilrc tries to
  convert your image to 1bpp as thats what you have requested.

  check the archives on how to change into other display depths.

  i do it all the time :) so, its not impossible.. dig and you 
  shall find answers. :P

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to