Files @ c8f0d1b9a171
Branch filter:

Location: light9/stubs/PIL/SgiImagePlugin.pyi

drewp@bigasterisk.com
timeline scrubbing shows up on vidref (again)
Ignore-this: 62d3c7ffc411949e211c6e286f551b55
# Stubs for PIL.SgiImagePlugin (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from PIL import ImageFile
from typing import Any

i8: Any
o8: Any
i16: Any

class SgiImageFile(ImageFile.ImageFile):
    format: str = ...
    format_description: str = ...