Updated Branches: refs/heads/master 270807961 -> 895565cfc
CB-1403: camera.getPicture crashes moto Droid X with large images using DATA_URL Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/895565cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/895565cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/895565cf Branch: refs/heads/master Commit: 895565cfcb26897a9dde4bdedc078c1cbb26dfd1 Parents: 2708079 Author: Simon MacDonald <simon.macdon...@gmail.com> Authored: Mon Sep 10 17:08:27 2012 -0400 Committer: Simon MacDonald <simon.macdon...@gmail.com> Committed: Mon Sep 10 17:08:27 2012 -0400 ---------------------------------------------------------------------- docs/en/edge/cordova/camera/camera.getPicture.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/895565cf/docs/en/edge/cordova/camera/camera.getPicture.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/camera/camera.getPicture.md b/docs/en/edge/cordova/camera/camera.getPicture.md index f3378d0..2963951 100644 --- a/docs/en/edge/cordova/camera/camera.getPicture.md +++ b/docs/en/edge/cordova/camera/camera.getPicture.md @@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example: - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc) - Post the data to a remote server -Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified. _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._ Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended. +__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified. ___Encoding such images using Base64 has caused memory issues on many newer devices. Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___ Supported Platforms -------------------