> I see (and saw) you're familiar with the topic. May I ask you a question?
> If I create a version 3 bitmap with BmpCreateBitmapV3 and denesityDouble
> constant, will the bits returning by BmpGetBits() have the same structure as
> the bits returning for the primary bitmap, on which this was created? 

the density factor is only taken into consideration when the bitmap
is drawn. otherwise it is exactly the same. when you call WinDrawBitmap()
it checks the density of the bitmap; the density of the display and then
calls the appropriate blitter (pixel doubler/raw copy)

bottom line, is that when you ask for a 160x160 image in 8bpp - you get 
160*160 bytes of data, regardless of density. there is a good reference
set of how to use Bitmap's in the palm developer section on palm's website
(BitmapRsc.zip)

---
Aaron Ardiri
[EMAIL PROTECTED]
http://www.mobilewizardry.com/members/aaron_ardiri.php [profile]



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

Reply via email to