-
Notifications
You must be signed in to change notification settings - Fork 156
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
mask.inverted() doesn't seem to produce the desired effect #10
Comments
@Xcoder89 Thanks for reporting the issue. Can you tell us more about this? What is your desired result and what is the function actually outputs? |
If you invert the mask the image is not cutout. Any help please? |
same problem here. |
@AdamWorld This should help you :)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to implement a erase background feature using the transparent view mode so that the result image would be obtained by inverting the mask. But the mask.inverted().cutout() doesn't seem to produce the desired result.
The text was updated successfully, but these errors were encountered: