| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/PIL-stubs/ |
Upload File : |
import sys
from _typeshed import Incomplete
from typing import ClassVar
from typing_extensions import Literal
from ._imaging import _PixelAccessor
from .ImageFile import ImageFile
split: Incomplete
field: Incomplete
if sys.platform == "win32":
gs_binary: Literal["gswin32c", "gswin64c", "gs", False] | None
gs_windows_binary: Literal["gswin32c", "gswin64c", "gs", False] | None
else:
gs_binary: Literal["gs", False] | None
gs_windows_binary: None
def has_ghostscript(): ...
def Ghostscript(tile, size, fp, scale: int = 1, transparency: bool = False): ...
class PSFile:
fp: Incomplete
char: Incomplete
def __init__(self, fp) -> None: ...
def seek(self, offset, whence=0) -> None: ...
def readline(self): ...
class EpsImageFile(ImageFile):
format: ClassVar[Literal["EPS"]]
format_description: ClassVar[str]
mode_map: Incomplete
im: Incomplete
tile: Incomplete
def load(self, scale: int = 1, transparency: bool = False) -> _PixelAccessor: ...
def load_seek(self, *args, **kwargs) -> None: ...