C
Chip
Hi all,
A question or two if i may!
I am developing an application for use on the pocketpc 2003 (hardware
XDAII by O2). I have had a tinker with the compact framework but have
come up against a few issues!
The application needs to be able to perform the following:
Take images from a digital camera SD memory card, store them locally
on the device, manipulate the images into a smaller JPEG version and a
thumbnail too, then be able to upload the images to a web service.
JPEG editing: Can anyone recommend a 3rd party library that i may
purchase to perform the jpeg resizing? (or do i need one? can this be
done natively by the CF for JPEG -> smaller JPEG functionality?)
Image uploading: I have attempted this but get timeouts and other
transport errors ( i figure this is because i am base 64 encoding a
large file, making it even larger when serialized) . Does anyone have
any pointers on how to build a robust web service to allow image
uploads? I have thought about using DIME and compression but am unsure
as to how to proceed!
Any help very gratefully received!
Thanks!
A question or two if i may!
I am developing an application for use on the pocketpc 2003 (hardware
XDAII by O2). I have had a tinker with the compact framework but have
come up against a few issues!
The application needs to be able to perform the following:
Take images from a digital camera SD memory card, store them locally
on the device, manipulate the images into a smaller JPEG version and a
thumbnail too, then be able to upload the images to a web service.
JPEG editing: Can anyone recommend a 3rd party library that i may
purchase to perform the jpeg resizing? (or do i need one? can this be
done natively by the CF for JPEG -> smaller JPEG functionality?)
Image uploading: I have attempted this but get timeouts and other
transport errors ( i figure this is because i am base 64 encoding a
large file, making it even larger when serialized) . Does anyone have
any pointers on how to build a robust web service to allow image
uploads? I have thought about using DIME and compression but am unsure
as to how to proceed!
Any help very gratefully received!
Thanks!