remoorejr / cordova-plugin-camera-with-exif

Cordova Camera Plugin that will return an image as well as the EXIF data (including GPS location) on iOS and Android devices.
Apache License 2.0
38 stars 53 forks source link

image from gallery taken on portrait mode is returned as landscape after ios 13 fixes #48

Closed gezn closed 3 years ago

gezn commented 5 years ago

steps to reproduce.

ask the library for an image, with "orientationCorrection" choose "gallery" and choose an image taken before on portrait mode.

result

the image will be returned on landscape mode

expected result

the image should return on portrait mode

formigarafa commented 4 years ago

Confirming what was said above:

When a Photo is loaded from IOS Gallery, File sent has the image reoriented but the exif information for "orientation" remains as the original file from the gallery.

This means the file sent is now in an inconsistent orientation state. (BTW, correctOrientation param has no effect on such files)