Re: New color API

2000-06-29 Thread Avi Halachmi
in constructor (i use 1.5b7) when u create a bitmap family (used for color bitmap), u can set the property of any of the bitmaps to be compressed as rle or scan lines. hope it's a good start 4 u. avi. Jason Davidson [EMAIL PROTECTED] wrote in message news:15747@palm-dev-forum... In the

RE: New color API

2000-06-29 Thread Jason Davidson
uncompressing Bitmaps before it draws them? Jason D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Avi Halachmi Sent: Thursday, June 29, 2000 3:51 AM To: Palm Developer Forum Subject: Re: New color API in constructor (i use 1.5b7) when u create a bitmap

RE: New color API

2000-06-29 Thread Jason Davidson
uncompressing Bitmaps before it draws them? Jason D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Avi Halachmi Sent: Thursday, June 29, 2000 3:51 AM To: Palm Developer Forum Subject: Re: New color API in constructor (i use 1.5b7) when u create a bitmap

RE: New color API

2000-06-29 Thread Bob Ebert
At 2:59 PM +0200 06/29/00, Jason Davidson wrote: Okay, So when you compress the Bitmap and you call BmpCompress do you have to strip out each bit depth and Uncompress them or can you call BMPCompress and pass it a pointer to a Bitmap family with Multiple Bit depths and it uncompresses them all?