Lorin Beer created CB-2790:
------------------------------

             Summary: Migrate Exif Splice Code out of Camera.m
                 Key: CB-2790
                 URL: https://issues.apache.org/jira/browse/CB-2790
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 2.6.0
            Reporter: Lorin Beer
            Assignee: Lorin Beer
            Priority: Critical


Currently, some byte-slinging occurs in CDVCamera.m. The code splices a new 
data block into a JPEG image while still in memory. This replaces the existing 
APP1 data block of the image returned by UIImagePickerController with one that 
includes as much of the Exif data returned by the info dict as possible.
This code can happily exist in the CDVJpegHeaderWriter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to