Add support for flat uint8 arrow arrays for multi channel images by wiredfool · Pull Request #8908 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
wiredfool merged 13 commits intopython-pillow:mainfrom
May 30, 2025Merged
Add support for flat uint8 arrow arrays for multi channel images#8908
wiredfool merged 13 commits intopython-pillow:mainfrom
Add support for flat uint8 arrow arrays for multi channel images#8908
wiredfool merged 13 commits intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
wiredfool
commented
Apr 17, 2025
wiredfool
commented
Fixes #8907 .
Changes proposed in this pull request:
- Support for flattened arrays of the form [r,g,b,a,r,g,b,a....] in
Image.fromarrow - Tested support for uint32 whole pixels into the multichannel images in
Image.fromarrow
wiredfool added 3 commits
April 17, 2025 21:42radarhere reviewed Apr 18, 2025
src/libImaging/Storage.c
Outdated
Show resolved
Hide resolved
src/libImaging/Storage.c Outdated Show resolved Hide resolved
radarhere reviewed Apr 18, 2025
Tests/test_pyarrow.py
Outdated
Show resolved
Hide resolved
Tests/test_pyarrow.py Outdated Show resolved Hide resolved
radarhere reviewed Apr 18, 2025
Tests/test_pyarrow.py
Outdated
Show resolved
Hide resolved
Tests/test_pyarrow.py Outdated Show resolved Hide resolved
wiredfool
changed the title
Add support for flat uint8 arrays for multi channel images
Add support for flat uint8 arrow arrays for multi channel images
wiredfool
force-pushed
the
fix_arrow_8907
branch
from
02159f7 to
6bf791a
Compare
wiredfool added 3 commits
April 21, 2025 10:37radarhere reviewed Apr 21, 2025
Tests/test_pyarrow.py
Outdated
Show resolved
Hide resolved
Tests/test_pyarrow.py Outdated Show resolved Hide resolved
wiredfool
mentioned this pull request
radarhere
mentioned this pull request
wiredfool and others added 4 commits
May 23, 2025 10:58Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
* edit of elt typ
radarhere reviewed May 24, 2025
src/libImaging/Storage.c
Outdated
Show resolved
Hide resolved
src/libImaging/Storage.c Outdated Show resolved Hide resolved
radarhere reviewed May 24, 2025
Tests/test_pyarrow.py
Outdated
Show resolved
Hide resolved
Tests/test_pyarrow.py Outdated Show resolved Hide resolved
radarhere reviewed May 24, 2025
Tests/test_pyarrow.py
Outdated
Show resolved
Hide resolved
Tests/test_pyarrow.py Outdated Show resolved Hide resolved
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment