Add support for flat uint8 arrow arrays for multi channel images by wiredfool · Pull Request #8908 · python-pillow/Pillow

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@wiredfool

Copy link Copy Markdown

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>

@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

Reviewers

@radarhere radarhere radarhere left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Image.fromarrow minimal example does not work

2 participants

@wiredfool @radarhere