Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use applyFilter remove white with control distance #766

Closed
NarutSH opened this issue Apr 26, 2022 · 2 comments
Closed

How to use applyFilter remove white with control distance #766

NarutSH opened this issue Apr 26, 2022 · 2 comments
Labels

Comments

@NarutSH
Copy link

NarutSH commented Apr 26, 2022

image

How to use applyFilter function by call remove white with control distance

I already check on document but no remove white sample there
image

@lja1018
Copy link
Contributor

lja1018 commented Apr 27, 2022

@NarutSH
How about using it like this?

imageEditor.applyFilter('removeColor', { distance: 0.2 });

@NarutSH
Copy link
Author

NarutSH commented Apr 27, 2022

@NarutSH How about using it like this?

imageEditor.applyFilter('removeColor', { distance: 0.2 });

@lja1018
IT WORKS, MANY THANKS.

@NarutSH NarutSH closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants