pnojpglib requires extra library to be installed onto palm. I can not ask 
everyone to do this.
Is there any way to create image with image libs.

Is it possible to hold the image in memory as a chunk and point to it with a 
MemPtr. Then, draw it with
Err ImageLibDrawJPEG  (  UInt16  libRef,  
  MemPtr  jpegDataP,  
  UInt32  jpegSize,  
  Coord  left,  
  Coord  top,  
  Boolean  fitToScreen,  
  Coord  width,  
  Coord  height 
 )

another question is how to use
typedef struct _PalmPhotoType* PalmPhotoHandle  

I can't find any description of it. Is there anyway to point this 
PalmPhotoHandle to the image chunk pointed by a MemPtr?


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

Reply via email to