1
0
Fork 0

fix(api): set default mask filter to none, matching the client

This commit is contained in:
Sean Sube 2023-01-15 14:06:37 -06:00
parent 40080ad46b
commit df6b07194b
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ def expand_image(
expand_by: Tuple[int, int, int, int],
fill='white',
noise_source=noise_source_histogram,
mask_filter=mask_filter_gaussian,
mask_filter=mask_filter_none,
):
left, right, top, bottom = expand_by