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

[LayerUtility: ImageRemoveAlpha] Node will not function properly when the Fill Background feature is enabled if the input image has a depth of 32 bits or less. #465

Open
Tanglinling opened this issue Dec 24, 2024 · 3 comments

Comments

@Tanglinling
Copy link

I tested the images with bit depths of 8, 24, and 32 separately, and only when the input image has a bit depth of 32 does the background filling take effect. The others will produce errors.
image

@chflame163
Copy link
Owner

8-bit not supported, 24 bit require the input mask of the same size

@Tanglinling
Copy link
Author

8 位不支持,24 位需要相同大小的输入掩码

Does that mean my mask has to be 24 bits deep?

@chflame163
Copy link
Owner

Does that mean my mask has to be 24 bits deep?

The mask only has one channel, so it should be 8-bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants