Skip to content

Commit eeaecb4

Browse files
authored
Merge pull request #1 from radarhere/jxl-support2
Removed jxl feature
2 parents 23fb57d + 37b58f3 commit eeaecb4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/PIL/_jxl.pyi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from __future__ import annotations
2+
3+
from typing import Any
4+
5+
def __getattr__(name: str) -> Any: ...

src/PIL/features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def get_supported_codecs():
125125
"webp_anim": ("PIL._webp", "HAVE_WEBPANIM", None),
126126
"webp_mux": ("PIL._webp", "HAVE_WEBPMUX", None),
127127
"transp_webp": ("PIL._webp", "HAVE_TRANSPARENCY", None),
128-
"jxl": ("PIL._jxl", "HAVE_JXL", None),
129128
"raqm": ("PIL._imagingft", "HAVE_RAQM", "raqm_version"),
130129
"fribidi": ("PIL._imagingft", "HAVE_FRIBIDI", "fribidi_version"),
131130
"harfbuzz": ("PIL._imagingft", "HAVE_HARFBUZZ", "harfbuzz_version"),

0 commit comments

Comments
 (0)