a
This commit is contained in:
parent
f6be7ba070
commit
e2a2a4309a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ def draw(img):
|
|||
LANCZOS = Image.Resampling.LANCZOS if getattr(Image, 'Resampling', None) else Image.LANCZOS
|
||||
to_draw = Image.open(args.image).convert('RGBA').rotate(args.rotate).resize((X, Y), LANCZOS)
|
||||
while True:
|
||||
ldraw = img.copy()
|
||||
ldraw = img
|
||||
draw(to_draw)
|
||||
if not args.keepdrawing:
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue