massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / SpiderImagePlugin.pyi
1 from typing import Any
2 from typing_extensions import Literal
3
4 from .ImageFile import ImageFile
5
6 def isInt(f: object) -> Literal[0, 1]: ...
7
8 iforms: Any
9
10 def isSpiderHeader(t): ...
11 def isSpiderImage(filename): ...
12
13 class SpiderImageFile(ImageFile):
14     format: str
15     format_description: str
16     @property
17     def n_frames(self): ...
18     @property
19     def is_animated(self): ...
20     def tell(self): ...
21     stkoffset: Any
22     fp: Any
23     def seek(self, frame) -> None: ...
24     def convert2byte(self, depth: int = ...): ...
25     def tkPhotoImage(self): ...
26
27 def loadImageSeries(filelist: Any | None = ...): ...
28 def makeSpiderHeader(im): ...