> From: Michael S. Davis [mailto:[EMAIL PROTECTED]]
> is there a way that programmatically one can determine that an app
> is on a black & white device and delete the color bitmap part

Yes, in theory you can do that.  Study the bitmap resource format.  You
should be able to remove the color part (or whatever the highest depth is)
by just shrinking the resource and then zeroing the nextDepthOffset field in
the last remaining bitmap part.

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to