You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Git at Apache <gi...@git.apache.org> on 2012/02/19 15:37:41 UTC

incubator-cordova-ios pull request: added option to prevent cropping during resize in CDVCamera class

GitHub user collingo opened the pull request at
https://github.com/apache/incubator-cordova-ios/pull/5

----
added option to prevent cropping during resize in CDVCamera class

During a recent project I needed to resize images from the camera without cropping. This helps reduce the file size, especially when dealing with the high res camera on the iPhone 4S, without losing any of the original shot.
----

You can merge this pull request into a Git repository by running
$ git pull https://github.com/collingo/incubator-cordova-ios preventCrop

Alternatively you can review and apply these changes as the patch at
https://github.com/apache/incubator-cordova-ios/pull/5.patch