You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/08/25 16:26:47 UTC

[GitHub] ddsky opened a new issue #329: Exif data lost when correctOrientation is true

ddsky opened a new issue #329: Exif data lost when correctOrientation is true
URL: https://github.com/apache/cordova-plugin-camera/issues/329
 
 
   The image I retrieve in the success callback has proper exif data if I set the options to:
   ```
    let options = {
       sourceType: Camera.PictureSourceType.CAMERA,
       destinationType: Camera.DestinationType.FILE_URI
   };
   ```
   
   Once I use `correctOrientation` (or quality, or targetHeight or targetWidth) in the options, the exif data is lost:
   ```
    let options = {
       correctOrientation: true,
       sourceType: Camera.PictureSourceType.CAMERA,
       destinationType: Camera.DestinationType.FILE_URI
   };
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org