Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/content/sprints/pillow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Pillow"
numberOfPeople: "TBD"
pythonLevel: "Intermediate"
contactPerson:
name: "Eric Soroos"
email: [email protected]
github: wiredfool
twitter:
links:
- title: "Repo"
url: "https://github.com/python-pillow/Pillow"
- title: "Issue Overview"
url: "https://github.com/python-pillow/Pillow/issues/1888#issuecomment-2613018551"
---

I'm planning on working on the long-standing Pillow issue #1888 -- high bit
depth multi channel images, specifically by trying to add planar image storage
to the core Pillow imaging object.
[This comment](https://github.com/python-pillow/Pillow/issues/1888#issuecomment-2613018551)
outlines the general approach that I think would work.

There will be some C level wrangling in addition to the Python layer changes to
implement the planar image storage.