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

Blend modes for layers #4194

Closed
3 tasks
philippotto opened this issue Jul 18, 2019 · 0 comments · Fixed by #6936
Closed
3 tasks

Blend modes for layers #4194

philippotto opened this issue Jul 18, 2019 · 0 comments · Fixed by #6936
Assignees
Labels

Comments

@philippotto
Copy link
Member

For some use cases it would be helpful to have Photoshop-like blending modes for each layer. This would require that the order of the layers can be changed.

See here for an overview of blending modes in GIMP including the mathematical formulars.

Things to take care of:

  • the changes should be backwards compatible (existing datasets should render exactly as before, even though the order of the layers is taken into account <-- maybe make the layers "additive" by default?)
  • use case 1: blend high res and low res data in a "sensible way"
  • use case 2: allow to achieve something like an alpha channel (e.g., everything which is black should be invisible by using a "Screen" blending mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants