<[EMAIL PROTECTED]> wrote in message news:88183@palm-dev-forum... > > Are you saying that any image that I create in an external program like > Paint Shop Pro or other image program will be assumed to be low > resolution and have pixel doubling performed on it? I think you are but > I want to be sure. If that is the case, I might as well just stay with > what I have.
No. Bitmaps automatically drawn by the *system* are assumed to be low- resolution and get pixel-doubled (e.g., bitmaps from FormBitmap objects, graphic controls, etc). (And by "bitmaps" I mean the native Palm OS Bitmap type; the system doesn't know how to draw anything else.) On the other hand, you have control over bitmaps you draw manually (e.g. bitmaps you draw by calling [HR]WinDrawBitmap, [HR]WinCopyRectangle in your code). -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
