Daniel,

First, DmWrite the photo data into your own database/record scheme on the 
handheld.  This scheme will have to split photos larger than 64K in length 
into multiple records.  The maximum length of a Palm OS database record is 
64K.

Second, write a conduit to read data from this scheme, reconstruct the photo 
data from the multiple records and write the JPG to the desktop.

We wanted to avoid this work in our application.  We wrote the photos to the 
expansion card and read them using the Virtual File System API in the 
conduit.  We avoided the custom multiple record issue that way.

An alternative may be adding the photo to a "photo album" using 
PalmPhotoAddImageV2, allowing the Media conduit to upload the image from the 
album to the desktop.  You fish out that photo from whatever the Palm 
Desktop stores photos.  Of course, this solution is subject to Palm's whim 
of where photos are stored in the Media conduit in future releases....

Eric Lyons




"Daniel Brocco" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
After hotsync the pictures are put into a folder in pdb file format...
How can i convert that pdb photo file from Palm to .jpg file?
I need a way convert using my hotsync conduit..

Daniel 



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

Reply via email to