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

ASF GitHub Bot commented on CB-9623:
------------------------------------

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/120

    CB-9623 Fixes various issues when encodingType set to png

    See bug description in 
[CB-9623](https://issues.apache.org/jira/browse/CB-9623)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-plugin-camera CB-9623

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-camera/pull/120.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #120
    
----
commit dca8bd1943449b201f73f860d45b28ab84676074
Author: Vladimir Kotikov <[email protected]>
Date:   2015-09-08T11:44:11Z

    CB-9623 Fixes various issues when encodingType set to png

----


> Android Camera Crashes With Camera Options allowEdit:True and encodingType:PNG
> ------------------------------------------------------------------------------
>
>                 Key: CB-9623
>                 URL: https://issues.apache.org/jira/browse/CB-9623
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>            Reporter: Vladimir Kotikov
>            Assignee: Vladimir Kotikov
>              Labels: android, camera, png
>
> *Repro Steps:*
> Invoke getPicture with the options:
> {noformat}
> {
>     allowEdit: true,
>     encodingType: Camera.EncodingType.PNG
> }
> {noformat}
> *Expected:*
> The picture is taken
> *Actual:*
> The app crashes
> Another issue:
> Resultant image is ..jpg if I specify Camera.EncodingType.PNG
> {noformat}
> {
>     allowEdit: false,
>     encodingType: Camera.EncodingType.PNG
> }
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to