mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 07:04:45 +03:00
Tabs->spaces
This commit is contained in:
parent
4d06d70613
commit
13e1902d5c
|
@ -20,13 +20,13 @@ def merge(mode: Mode, im1: ImagingCore, im2: ImagingCore=...,
|
|||
|
||||
def map_buffer(target_data: Any, size: Size, decoder_name: Text,
|
||||
bbox: Optional[Any], offset: int, args: Tuple[Mode, int, int]
|
||||
) -> ImagingCore: ... ### what are data & bbox?
|
||||
) -> ImagingCore: ... ### what are data & bbox?
|
||||
|
||||
def crc32(buffer: bytes, hilo: Tuple[int, int]=(0,0)) -> Tuple[int, int]: ...
|
||||
|
||||
def effect_mandelbrot(size: Size=(512,512),
|
||||
extent: Tuple[float, float, float, float]=(-3,-2.5,2,2.5),
|
||||
quality: int=100) -> ImagingCore: ...
|
||||
quality: int=100) -> ImagingCore: ...
|
||||
def effect_noise(size: Size, sigma: float=128) -> ImagingCore: ...
|
||||
def linear_gradient(mode: Mode) -> ImagingCore: ...
|
||||
def radial_gradient(mode: Mode) -> ImagingCore: ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user