hi marianne,

your bmp image must be huge, but I had experience before compressing maps using 
Constructor, and I can't pack it all in 64K.  I have as much as 
220 KB compressed into around 50K.  Using PiLRC is actually easy, and I'm sure you 
won't have much trouble using it. When compressing take note to use the FORCECOMPRESS 
method.

You can find it here:
  http://www.ardiri.com

There are other means to make this work too.  You can convert your BMP file to JPEG, 
and use the JpegLib for Palm to display them on the device.
The library is also easy to use.  

Hope this helps,

miches:)



---- Palm Developer Forum <[EMAIL PROTECTED]> wrote:
> Hi miches,
> 
> I tried Packed-bits as well as Best-Fit.. It still gave that error.. The
> bitmap image I am using is of 134kb.. Can this file be compressed used
> PiLRC..Is it easy to use PilRC cause I have no experience using PiLRC..
> 
> Regards
> Marianne
> 
> 
> ----- Original Message -----
> From: "miches" <[EMAIL PROTECTED]>
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Saturday, November 15, 2003 6:31 PM
> Subject: Re: Compressing the bitmap
> 
> 
> > hi marianne,
> >
> > bitmaps resources have a 64k boundary limit, coz they are stored as
> database records too.  you can try the other compression methods available
> such as the Packed-Bits, Best-Fit and others for constructor.
> >
> > Also, in my experience, i have achieved huge compression ratio using
> PiLRC.  You can check out this utility for creating your resources.
> >
> > Hope this helps, thanks.
> >
> > -miches
> >
> > ---- Palm Developer Forum <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > >
> > > There has been a discussion on compressing and uncompressing a bitmap
> > > resource.. I am using the constructor v1.8
> > >
> > > I have set the compression in property to RLE..
> > >
> > > But during compilation it gives warning saying
> > > " PalmRez Warning: Output resource size is greater than ~64K size limit:
> > > 'Tbmp 1306' "
> > >
> > > Am I missing out something
> > >
> > > Regards
> > >
> > > Marianne
> > >
> > >
> > >
> > >
> > >
> > > --
> > > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/
> > >
> > >
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe, please see 
> http://www.palmos.com/dev/support/forums/
> 
> 

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

Reply via email to