Skip to content

Add support for flat uint8 arrow arrays for multi channel images#8908

Merged
wiredfool merged 13 commits intopython-pillow:mainfrom
wiredfool:fix_arrow_8907
May 30, 2025
Merged

Add support for flat uint8 arrow arrays for multi channel images#8908
wiredfool merged 13 commits intopython-pillow:mainfrom
wiredfool:fix_arrow_8907

Conversation

@wiredfool
Copy link
Member

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 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 Apr 21, 2025
wiredfool and others added 4 commits May 23, 2025 10:58
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
@wiredfool wiredfool merged commit 0ba6961 into python-pillow:main May 30, 2025
56 checks passed
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

Successfully merging this pull request may close these issues.

Image.fromarrow minimal example does not work

2 participants