Algorithm or format of the compressed bitmap

2008-05-29 Thread Kijang Jung
I'm writing a Windows application to generate a PRC file which contains a series of bitmap resources. I can create a PRC containing uncompressed bitmaps. However, I like to create compressed bitmaps to save the transmission time. Where can I get some document on the compressed bitmap format/algori

Re: Algorithm or format of the compressed bitmap

2008-05-29 Thread Kijang Jung
ve it is 1 or 2 for RLE and the just store the bitmap data RLE compressed. Be careful with the Row Bytes they can get tricky. Jason D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kijang Jung Sent: Sunday, July 23, 2000 1:39 PM To: Palm Developer Forum

Re: Algorithm or format of the compressed bitmap

2000-07-25 Thread Ken Krugler
I wrote an article about this a while back. You can still get the code for compressing bitmaps at <ftp://ftp.transpac.com/bitmaps/> -- Ken At 12:00am -0700 00-07-24, Palm Developer Forum digest wrote: >Subject: Re: Algorithm or format of the compressed bitmap >From: "Kij

Re: Algorithm or format of the compressed bitmap

2000-07-23 Thread Kijang Jung
r Forum Subject: Algorithm or format of the compressed bitmap I'm writing a Windows application to generate a PRC file which contains a series of bitmap resources. I can create a PRC containing uncompressed bitmaps. However, I like to create compressed bitmaps to save the transmission ti

RE: Algorithm or format of the compressed bitmap

2000-07-23 Thread Jason Davidson
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kijang Jung Sent: Sunday, July 23, 2000 1:39 PM To: Palm Developer Forum Subject: Algorithm or format of the compressed bitmap I'm writing a Windows application to generate a PRC file which contains a series of bitmap resources.

Algorithm or format of the compressed bitmap

2000-07-23 Thread Kijang Jung
I'm writing a Windows application to generate a PRC file which contains a series of bitmap resources. I can create a PRC containing uncompressed bitmaps. However, I like to create compressed bitmaps to save the transmission time. Where can I get some document on the compressed bitmap format/algor