Skip to content

Commit e2beee7

Browse files
committed
Add Pillow to sprints project list
1 parent 1244420 commit e2beee7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/content/sprints/pillow.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Pillow"
3+
numberOfPeople: "TBD"
4+
pythonLevel: "Intermediate"
5+
contactPerson:
6+
name: "Eric Soroos"
7+
8+
github: wiredfool
9+
twitter:
10+
links:
11+
- title: "Repo"
12+
url: "https://github.com/python-pillow/Pillow"
13+
- title: "Issue Overview"
14+
url: "https://github.com/python-pillow/Pillow/issues/1888#issuecomment-2613018551"
15+
---
16+
17+
I'm planning on working on the long-standing Pillow issue #1888 -- high
18+
bit depth multi channel images, specifically by trying to add planar
19+
image storage to the core Pillow imaging object. [This
20+
comment](https://github.com/python-pillow/Pillow/issues/1888#issuecomment-2613018551)
21+
outlines the general approach that I think would work.
22+
23+
There will be some C level wrangling in addition to the Python layer
24+
changes to implement the planar image storage.

0 commit comments

Comments
 (0)