1
0
Fork 0

keep tiles after slicing

This commit is contained in:
Sean Sube 2023-11-19 21:22:55 -06:00
parent 781b34151c
commit 4691e80744
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 0 deletions

View File

@ -525,5 +525,6 @@ def add_margin(
)
tile_image = noise_source(base_image, (tile, tile), (0, 0), fill=fill_color)
tile_image.paste(base_image, (left_margin, top_margin))
results.append(tile_image)
return results