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

Support pixmap "unmultiply" #2633

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Support pixmap "unmultiply" #2633

merged 1 commit into from
Oct 16, 2023

Conversation

JorjMcKie
Copy link
Collaborator

For Pillow output of RGB images with transparency, the new parameter unmultiply=True causes the use of Pillow mode "RGBa" (instead of "RGBA"). The Pillow image will then be created with unmultiplied pixels.

This is the documentary aspect of support closed issue #2593.

For Pillow output of RGB images with transparency, the new parameter `unmultiply=True` causes the use of Pillow mode "RGBa" (instead of "RGBA"). The Pillow image will then be created with unmultiplied pixels.
@jamie-lemon
Copy link
Collaborator

LGTM

@jamie-lemon jamie-lemon merged commit fa311c1 into main Oct 16, 2023
2 checks passed
@jamie-lemon jamie-lemon deleted the adjust-premultiplied branch October 16, 2023 13:58
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants