Is there a control out there available for either eVB or compactframework for persisting Jpeg images

  • Thread starter Thread starter Chris Oh
  • Start date Start date
C

Chris Oh

Is there a control out there available for either eVB or compactframework
for persisting Jpeg images on the Pocket PC ?
The default image format for the Pocket PC is BMPs, but Jpeg's would be more
portable given it's size and all.

Anyway, hope to hear from anyone about this.

TA.

Chris
 
Hmmm, not really - it's an application that captures an image on the Pocket
PC, and then on sync it sends the image to a backend server.
Basically using RAPI to send the file via ActiveSync to the desktop, and the
current implementation saves the image as a BITMAP. This solution works, but
in terms of performance - the bitmap saved is a big - something like 100 to
150KB. I've managed toget that same image down to around 10K-20K when in
JPEG format.

The solution needs to be able to persist it as a file on the Pocket PC...

But thanks anyway....
 
Back
Top