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

Premultiplied alpha and integration with cairo ? #2

Closed
stuaxo opened this issue May 13, 2016 · 1 comment
Closed

Premultiplied alpha and integration with cairo ? #2

stuaxo opened this issue May 13, 2016 · 1 comment

Comments

@stuaxo
Copy link

stuaxo commented May 13, 2016

Does this use premultiplied alpha ?

I assume it might do, as this would make things efficient for SIMD.

I ask, as it is the native pixel format (BaGaRaA) for cairo, so it could make integration with that library efficient + straightforward.

@homm
Copy link

homm commented May 13, 2016

Originally Pillow works with many modes, one of them is RGBa (true color with premultiplied alpha). Internally, Pillow converts RGBA images to RGBa before resizing and convert back after.

Pillow-SIMD doesn't change any behavior of original Pillow.

@homm homm closed this as completed May 13, 2016
homm pushed a commit that referenced this issue Jun 29, 2019
homm pushed a commit that referenced this issue Nov 24, 2019
* Load User32 after possible return

* Removed unused setting of variable
radarhere pushed a commit that referenced this issue Nov 3, 2020
Updated _open check to match _accept
homm pushed a commit that referenced this issue Mar 13, 2021
Moved case transformation before initialization check
homm pushed a commit that referenced this issue Mar 13, 2021
homm pushed a commit that referenced this issue May 10, 2021
Dawars pushed a commit to Dawars/pillow-simd that referenced this issue Mar 12, 2023
Only install NumPy through pip on 64-bit.

Thanks for catching that, I'd forgotten the NumPy 1.21 problems were only on 64-bit.
Dawars pushed a commit to Dawars/pillow-simd that referenced this issue Mar 12, 2023
Dawars pushed a commit to Dawars/pillow-simd that referenced this issue Mar 12, 2023
Once comment is loaded, keep it for subsequent frames
Dawars pushed a commit to Dawars/pillow-simd that referenced this issue Mar 12, 2023
Dawars pushed a commit to Dawars/pillow-simd that referenced this issue Mar 12, 2023
Check that orientation is still absent after reloading Exif
Dawars pushed a commit to Dawars/pillow-simd that referenced this issue Mar 12, 2023
Dawars pushed a commit to Dawars/pillow-simd that referenced this issue Mar 12, 2023
Use jpeg_write_marker to write comment
scyclops pushed a commit to scyclops/pillow-simd that referenced this issue May 2, 2024
scyclops pushed a commit to scyclops/pillow-simd that referenced this issue May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants