PIL: add optimize param to save (#9328)

This commit is contained in:
Steve Dignam
2022-12-04 19:16:54 -05:00
committed by GitHub
parent d084079fc3
commit 1c940e8914

View File

@@ -238,6 +238,7 @@ class Image:
*,
save_all: bool = ...,
bitmap_format: Literal["bmp", "png"] = ..., # for ICO files
optimize: bool = ...,
**params: Any,
) -> None: ...
def seek(self, frame: int) -> None: ...