mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 09:55:59 +08:00
PIL: add optimize param to save (#9328)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user