Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Color Tools Not working #32

@nitsbikash

Description

@nitsbikash

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions