[
https://issues.apache.org/jira/browse/CB-9623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14736540#comment-14736540
]
ASF subversion and git services commented on CB-9623:
-----------------------------------------------------
Commit dca8bd1943449b201f73f860d45b28ab84676074 in cordova-plugin-camera's
branch refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=dca8bd1
]
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]