CreativeSDK / phonegap-plugin-csdk-image-editor

A PhoneGap plugin for the Creative SDK Image Editor.
Apache License 2.0
35 stars 15 forks source link

Color Tools Not working #32

Open nitsbikash opened 7 years ago

nitsbikash commented 7 years ago

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