Skip to content

Commit 397a878

Browse files
authored
Merge branch 'ep2025' into ep2025-issue-1438
2 parents 24b07d8 + 8a3058f commit 397a878

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

src/content/pages/sprints_info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ together.
3232
## Open-Source Projects
3333

3434
Anyone can submit a project for the sprints, although sprints are typically
35-
submitted by project maintainers or frequet contributors.
35+
submitted by project maintainers or frequent contributors.
3636

3737
To submit a project for the sprints, head to
3838
[the EuroPython website repository](https://github.com/EuroPython/website) and

src/content/sprints/django.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Django"
3+
numberOfPeople: "15" # How many people you expect to be able to accommodate.
4+
pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced.
5+
contactPerson: # The main person to reach out to regarding the sprint.
6+
name: "Thibaud Colas"
7+
email: "thibaudcolas@gmail.com"
8+
github: "thibaudcolas"
9+
twitter: "thibaud_colas"
10+
links: # Add as many links as relevant.
11+
- title: "Django GitHub repository"
12+
url: "https://github.com/django/django"
13+
- title: "Contributing to Django"
14+
url: "https://docs.djangoproject.com/en/dev/internals/contributing/"
15+
---
16+
17+
Come sprint on Django, the web framework for perfectionists with deadlines!

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+
email: eric-python@soroos.net
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)