Hello Arron

Thanks for the suggestion. I want to dispay the image of  1024x768 pixel in
a part, i.e. with the scroll bars :)) So please send me what is the best way
of doing it with using minimum memory. and at the same time I want to
dynamically change the Image.

Amit Kalekar
[EMAIL PROTECTED]
www.kalpadrum.com



> > Does any body knows how to create a bitmap of 1024x768 pixel inPalm OS
3.5
> > using bitmap function ?
>
>   1024x768 in 8bpp.. 786432 bytes required
>   1024x768 in 4bpp.. 393216 bytes required
>   1024x768 in 2bpp.. 196608 bytes required
>   1024x768 in 1bpp..  98304 bytes required
>
>   *sigh*.. max size of anything on a palm (single contiguous) is 64K
>   fat chance of fitting an image of that size into your Palm :) unless,
>   of course, you compress it.
>
>   in citikey, i had a 1600x1200 image (or thereabouts) in 2bpp stored
>   in the device.. however, it wasn't nice extracting the parts i needed
>   to display (compressed) and at the same time keep it fast :)
>
>   i'd suggest a smaller image :)
>
> // 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/


-- 
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