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

Fix transparency when editing images with GLSL-based nodes #187

Open
Correct-Syntax opened this issue May 3, 2023 · 2 comments
Open

Fix transparency when editing images with GLSL-based nodes #187

Correct-Syntax opened this issue May 3, 2023 · 2 comments
Labels
bug Something isn't working glsl This issue requires knowledge of GLSL shaders help wanted Please help with this if you can high priority This should be worked on first above other issues with lower a priority nodes Has to do with nodes python This issue includes writing Python code ready Non-blocked issue ready to be implemented

Comments

@Correct-Syntax
Copy link
Member

For some reason, when using GLSL-based nodes, the image turns partially transparent. This issue should figure out the cause and solve it.

Not using GLSL-based nodes
image

Using GLSL-based nodes
image

@Correct-Syntax Correct-Syntax added help wanted Please help with this if you can python This issue includes writing Python code glsl This issue requires knowledge of GLSL shaders nodes Has to do with nodes high priority This should be worked on first above other issues with lower a priority ready Non-blocked issue ready to be implemented bug Something isn't working labels May 3, 2023
@yonMaor
Copy link
Contributor

yonMaor commented May 16, 2023

Does this issue occur with all GLSL nodes?

@Correct-Syntax
Copy link
Member Author

It seems like all the GLSL nodes except for:

  • Opacity
  • Edge detection

have some sort of issue.

The Color Balance node only has this issue when you adjust the sliders, so it is likely a bug with the actual glsl itself. That could be the problem with the rest as well.

The Brightness/Contrast node has the issue when changing contrast slider to above around 100

The Gamma node also has a similar problem once the slider value is raised to a certain point.

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working glsl This issue requires knowledge of GLSL shaders help wanted Please help with this if you can high priority This should be worked on first above other issues with lower a priority nodes Has to do with nodes python This issue includes writing Python code ready Non-blocked issue ready to be implemented
Projects
Status: No status
Development

No branches or pull requests

2 participants