phonegap-plugin-csdk-image-editor
phonegap-plugin-csdk-image-editor copied to clipboard
Color Tools Not working
trafficstars
Hi, Could anyone tell me why color tools is not working in android. Here is my code:-
var imageUrl = "IMAGE_URL";
var options = {
outputType: CSDKImageEditor.OutputType.JPEG,
tools: [
CSDKImageEditor.ToolType.COLOR,
],
quality: 50
};
CSDKImageEditor.edit($scope.success, $scope.error, imageUrl, options);
I am using IONIC and other then color tools every tools is working fine.
Please help me on this, Thanks