You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ryan Murphy (JIRA)" <ji...@apache.org> on 2014/05/16 21:39:21 UTC

[jira] [Created] (CB-6708) iOS Preserve GPS Metadata from Images picked from Gallery

Ryan Murphy created CB-6708:
-------------------------------

             Summary: iOS Preserve GPS Metadata from Images picked from Gallery
                 Key: CB-6708
                 URL: https://issues.apache.org/jira/browse/CB-6708
             Project: Apache Cordova
          Issue Type: Wish
          Components: Plugin Camera
            Reporter: Ryan Murphy
            Priority: Trivial


Images picked from the gallery do not preserve metadata when saved to tmp. Particularly they lose GPS metadata.

This extra metadata is available in asset.defaultRepresentation.metadata. 

I have a solution that works for my purpose. But currently only saving with asset.defaultRepresentation.fullResolutionImage.

Approach to get the asset: https://github.com/foundry/UIImageMetadata

Approach to save the asset: http://stackoverflow.com/a/15398387/618412 (answer from Andrew Theis).

Thanks for consideration.




--
This message was sent by Atlassian JIRA
(v6.2#6252)