Github user dieppe commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-camera/pull/185#discussion_r54747682
--- Diff: src/ios/CDVCamera.m ---
@@ -402,6 +444,115 @@ - (NSString*)tempFilePath:(NSString*)extension
return filePath;
}
+// This is not absolute, but more mightNeedOrientationCorrection
+- (BOOL) needsOrientationCorrection:(UIImage*)image
options:(CDVPictureOptions*)options
--- End diff --
Agreed. The only reason this is a function is because I wanted to check:
- if the image really needed an orientation correction (but that is an over
optimization),
- if we really wanted to correct gallery image orientation.
Anyway, will be inlined.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]