Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D6E9F48D for ; Tue, 26 Mar 2013 23:39:15 +0000 (UTC) Received: (qmail 62715 invoked by uid 500); 26 Mar 2013 23:39:15 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 62679 invoked by uid 500); 26 Mar 2013 23:39:15 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 62669 invoked by uid 99); 26 Mar 2013 23:39:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Mar 2013 23:39:15 +0000 Date: Tue, 26 Mar 2013 23:39:15 +0000 (UTC) From: "Lorin Beer (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-2790) Migrate Exif Splice Code out of Camera.m MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorin Beer resolved CB-2790. ---------------------------- Resolution: Fixed fixed here: https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=commit;h=3e007c35f59a00f436cd7000a72de8394758552b https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=commit;h=e078f62853be7b45d9c39887e142b7fc1d2499aa > 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 > Fix For: 2.6.0 > > > 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