-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Composite blend parameters like clear, source not working as expected. #3076
Comments
Hi, most compositing blends/operators require an alpha channel on at least one image. The two input images provided here are both JPEGs, which does not support an alpha channel. |
Those outputs appear to be correct for |
If you see the https://www.cairographics.org/operators/ documentation, output given here is different than the generated one for |
@lovell Can you please refer the https://www.cairographics.org/operators/ docs once and check is this correct or not? |
The way the I noticed that when compositing 3 or more images, the accuracy of the blend mode could suffer, and the clear and source modes particularly so as they would consider the combination of the previous 2 layers rather than 1st layer. Thanks for bringing this to my attention - let's track this at #2286 |
What are you trying to achieve?
I am trying to have blend transformation, which is one of the property of composite api, for my image transformation and stucked in a output which is different than given in the cairographics.org website
Have you searched for similar questions?
Yes, but didn't got any solution
Are you able to provide a minimal, standalone code sample that demonstrates this question?
Are you able to provide a sample image that helps explain the question?
Input images :-
Output images :-
for blend type clear,
for blend type source,
The text was updated successfully, but these errors were encountered: