I have been looking at Lorin's iOS image metadata writer that was recently merged in 2.6.x and noticed that the exif metadata was missing from the saved photos. After troubleshooting some w Lorin, I discovered that the image saved to the photo album is the image before scaling and writing of the exif metadata. This results in 2 different images which was confusing to me. Is this correct intent? This refers to iOS code but my question is intended for the Camera API. Do other platforms that support this follow the same behavior?
ref code in camera https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCamera.m#L275 -James Jong
