We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4711b7 commit 9fe855aCopy full SHA for 9fe855a
1 file changed
src/PIL/ImageFilter.py
@@ -42,6 +42,7 @@ class MultibandFilter(Filter):
42
43
44
class BuiltinFilter(MultibandFilter):
45
+ name: str
46
filterargs: tuple[Any, ...]
47
48
def filter(self, image: _imaging.ImagingCore) -> _imaging.ImagingCore:
0 commit comments