You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Fan Luo (JIRA)" <ji...@apache.org> on 2015/11/19 19:11:11 UTC

[jira] [Comment Edited] (CB-5479) Save original image to photoalbum when the image is taken from the Camera

    [ https://issues.apache.org/jira/browse/CB-5479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15014053#comment-15014053 ] 

Fan Luo edited comment on CB-5479 at 11/19/15 6:10 PM:
-------------------------------------------------------

This is [~luofan189]

I am using cordova camera 1.2.0, cordova ios 3.9.1 on iOS 9, here is the camera options:

sourceType: Camera.PictureSourceType.CAMERA
saveToPhotoAlbum = true;
quality: 75,
allowEdit: true,
targetWidth: 1024,
targetHeight: 1024,
destinationType: Camera.DestinationType.FILE_URI,
encodingType: Camera.EncodingType.JPEG

after taking the photo, only the resized image is saved rather than the full resolution image.


was (Author: luofan189):
This is [~luofan189]

I am using cordova camera 1.2.0 on iOS 9, here is the camera options:

sourceType: Camera.PictureSourceType.CAMERA
saveToPhotoAlbum = true;
quality: 75,
allowEdit: true,
targetWidth: 1024,
targetHeight: 1024,
destinationType: Camera.DestinationType.FILE_URI,
encodingType: Camera.EncodingType.JPEG

after taking the photo, only the resized image is saved rather than the full resolution image.

> Save original image to photoalbum when the image is taken from the Camera
> -------------------------------------------------------------------------
>
>                 Key: CB-5479
>                 URL: https://issues.apache.org/jira/browse/CB-5479
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin Camera
>    Affects Versions: 3.1.0
>            Reporter: Stephan Wezel
>            Assignee: Richard B Knoll
>            Priority: Minor
>              Labels: Android, iOS, triaged
>         Attachments: camera_plugin_save_original_image_to_photoalbum.patch
>
>
> Currently when the option saveToPhotoAlbum is active the modified image (scaled, reduced image) is saved to the PhotoAlbum.
> At least when the image is taken from the Camera then the original image should be saved instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org