From e2beee79e10b71398d32fd5f71f48d2f6548e0f7 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 15 Jul 2025 17:54:31 +0200 Subject: [PATCH 1/2] Add Pillow to sprints project list --- src/content/sprints/pillow.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/content/sprints/pillow.md diff --git a/src/content/sprints/pillow.md b/src/content/sprints/pillow.md new file mode 100644 index 000000000..47de081a1 --- /dev/null +++ b/src/content/sprints/pillow.md @@ -0,0 +1,24 @@ +--- +title: "Pillow" +numberOfPeople: "TBD" +pythonLevel: "Intermediate" +contactPerson: + name: "Eric Soroos" + email: eric-python@soroos.net + 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. From cf3d8986612640e819ea79ddd00f296e093987dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:58:22 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/sprints/pillow.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/sprints/pillow.md b/src/content/sprints/pillow.md index 47de081a1..02062c2c9 100644 --- a/src/content/sprints/pillow.md +++ b/src/content/sprints/pillow.md @@ -14,11 +14,11 @@ links: 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) +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. +There will be some C level wrangling in addition to the Python layer changes to +implement the planar image storage.