Fix wrong default value

pull/21/head
Kohaku-Blueleaf 2023-01-24 15:20:33 +08:00
parent 29e42ee61b
commit bb32a2b65f
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ def run(
erode: int = 0,
mode: str = 'kmeans',
precise: int = 10,
resize: bool = False
resize: bool = True
) -> tuple[Image.Image, list[list[str|float]]]:
#print('Start process.')
#print('Read raw image... ', end='', flush=True)