phonegap-plugin-csdk-image-editor icon indicating copy to clipboard operation
phonegap-plugin-csdk-image-editor copied to clipboard

Color Tools Not working

Open nitsbikash opened this issue 8 years ago • 0 comments
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

nitsbikash avatar Jul 27 '17 11:07 nitsbikash