Hello,winDrawBitmap will not automatically downscale the low-density bitmap, so a method that can be used is : -get a ptr to the actual low-density members bitmap bits. -write a double loop (bitmap width and bitmap height) read each pixel and use WinDrawPixel, remembering that colour depth will determine the number of bits used to encode each pixel and also the colour of the pixel. hope this helps regards Darren
--- On Mon, 25/8/08, Henk Jonas <[EMAIL PROTECTED]> wrote: From: Henk Jonas <[EMAIL PROTECTED]> Subject: Drawing a low-denisity bitmap in hires coords To: "Palm Developer Forum" <[email protected]> Date: Monday, 25 August, 2008, 8:24 AM Hi, I'm looking for a way to draw the lowres member of a resource based bitmap family in hires coords. Basically I want to draw the bitmap downscaled to the half. I thought, I have already a small instance, which is the lowres member of the bitmap family, now if I would draw this like it would be the hires member I could have a bitmap half the size. But how to do it? Any ideas? Henk -- ------------------------------------------------------------------------- Henk Jonas [EMAIL PROTECTED] Palm OS ® certified developer Please contact me, if you need an off-site contract worker. ------------------------------------------------------------------------- -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ Send instant messages to your online friends http://uk.messenger.yahoo.com -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
