Hi,
I'm developing an app which uses the photo gallery and the camera to save images in the device or through a xhr connection. I'm trying it in the simulator with the 7.0.3 iOS SDK
The problem I've seen is that when I save an image after obtaining it with one of this methods, the resultant image has a larger size than the original, while the resolution is the same.
For example an image which size is about 1.8 Mb results in 3.9 Mb when I save it.
I tried to open an image with the Filesystem API and then to save, and in this case there is no problem: the final size is the same that the original size.
Has someone the same problem, or know a solution?
best regards,
Jose