Skip to content

Commit

Permalink
鞭打更换角度 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjrobert authored Oct 6, 2024
1 parent c15d06b commit e177880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memes/lash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def lash(images: list[BuildImage], texts, args):
self_head = images[0].convert("RGBA").circle().resize((22, 22))
user_head = images[1].convert("RGBA").circle().resize((22, 22))
user_head = images[1].convert("RGBA").circle().resize((22, 22)).rotate(30)
# fmt: off
self_locs = [
(84,25), (87,23), (87,27), (86,28), (62,26),
Expand Down

0 comments on commit e177880

Please sign in to comment.