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/27 09:24:05 UTC

[GitHub] AlvaroHerrero commented on issue #331: GH-329: (android) Fixes issue: Exif data lost on many cases

AlvaroHerrero commented 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-416168701
 
 
   `createInFile` is the name of the function in the ExifHelper. It initializes all exif properties to null, but it is when `readExifData` is called when actual exif values are set. 
   Later, when `exifData.writeExifData` is called the stored values are set into the new file (rotated or whatever proccess the code does to it).
   I think when the `createInFile` is called, it should be followed by the `readExifData` one, as it is done inside `processResultFromCamera` function. 

----------------------------------------------------------------
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