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 2019/03/07 11:22:02 UTC

[GitHub] [cordova-plugin-camera] mirko77 edited a comment on issue #331: GH-329: (android) Fixes issue: Exif data lost on many cases

mirko77 edited a comment on issue #331: GH-329: (android) Fixes issue: Exif data lost on many cases
URL: https://github.com/apache/cordova-plugin-camera/pull/331#issuecomment-470488912
 
 
   Exif metadata are not saved on iOS either (iOS 12) with the following settings:
   
   ```
   camera_options={
     quality: 50,
     sourceType: source_type,
     destinationType: Camera.DestinationType.FILE_URI,
     targetWidth: 1024,
     targetHeight: 1024,
     encodingType: Camera.EncodingType.JPEG,
     correctOrientation: true
   };
   
   ```
   
   Is this issue related?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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