Skip to content

Commit f680bde

Browse files
wiredfoolpre-commit-ci[bot]nikoshell
authored
Add Pillow to sprints project list (#1447)
<!-- readthedocs-preview ep-website start --> 🖼️ Preview available 🖼️ : https://ep-website--1447.org.readthedocs.build/ <!-- readthedocs-preview ep-website end --> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nikoś <[email protected]>
1 parent bcc4b52 commit f680bde

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 bit
18+
depth multi channel images, specifically by trying to add planar image storage
19+
to the core Pillow imaging object.
20+
[This 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 changes to
24+
implement the planar image storage.

0 commit comments

Comments
 (0)