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

Feature/desired premult #57

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

revisionfx
Copy link
Contributor

Currently we have the kOfxImageEffectPropPreMultiplication(a Clip Preferences Action): kOfxImageOpaque, kOfxImagePreMultiplied, kOfxImageUnPreMultiplied
Request is to add additional effect instance clarity for cases where main input clip alpha is kOfxImageOpaque but output is not (e.g. a keyer). We realize some hosts might allow a branch of their processing graph to switch but this is just to set an host level policy that would make most sense to their users or internal processing - typically an host compositing operator is in one state or other by default.

kOfxImageEffectHostDesiredPremult (value can be kOfxImagePreMultiplied or kOfxImageUnPreMultiplied).

Added V2 proposal
Indicates whether an effect should premultiply or not on output.
This provides clarification for generators or effect where input is kOfxImageOpaque.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants