--- junior_helio <[EMAIL PROTECTED]> wrote: > > Does anyone here have experience in graphics programming ?
Yes. > I would like to build nice graphics to use in my applications > and i don't have a clue on how to do so. If you don't know how to "build nice graphics", this isn't the place to learn. Take a course on graphic design, or hire someone else to build them for you. > Which kind of images are the best to work with: Bitmaps, GIFs, > JPEGs ? That depends on what you are trying to accomplish. However, on Palm devices none of the standard graphics formats are directly supported. The Palm OS uses its own bitmap format. It will be easiest to create the images with whatever tool you like, then convert to the Palm format with pilrc or Constructor. > What is the color depth that i have to use in order to get the best > results on PalmOS ? That depends on the device. The OS supports 1, 2, 4, 8, and 16 bit images. See the Hardware Comparison Matrix (http://www.palmos.com/dev/tech/hardware/compare.html) to determine which devices support which color depths. > Is it possible to use animated GIFs ? Not without a lot of work. You might as well use several images over time. See "Graphics, Animation, and Games" when the KB comes back up. > > Finally, (and most important), any sample code? Sample code for doing exactly what? > > PS: I am using a High Resolution capable device. > > Thanks for your attention. > > Best Regards, > > H3li0 > Is that a "hacker" name? Interesting questions, coming from a "hacker". __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
