Doug Gordon wrote:
I have not done much direct work with bitmaps and drawing in general, so pardon me if this is a basic question. I will be using pnoJpegLib to extract some JPEGs that were compressed on the PC and synced within a database. I have figured this out as far as extracting them out to a bitmap as returned by the library function, but am not sure exactly what I have to do to draw the bitmap on a form or get it to be drawn by the O/S.

For one thing, is there anything special required to get the bitmap drawn in dbl-density mode on a device with a 320x320 screen? If my extracted bitmap itself is 160x160 and I draw it to such a device, will it draw in "single density" mode where it would fill up the screen but the pixels would be big and blocky, or will it draw in a true 160x160 grid, basically taking up 1/4 of the screen, but with sharp detail?

 Doug Gordon



Have a look at http://www.bin-people.de/pnoJpegLib/examplev2.html

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

Reply via email to