Skip to content

Commit

Permalink
adjust why_have_hands image location
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Apr 30, 2024
1 parent fcd48f9 commit cd70505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meme_generator/memes/why_have_hands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def why_have_hands(images: List[BuildImage], texts: List[str], args: MemeArgsMod
)
frame.paste(img.resize((250, 170), keep_ratio=True), (275, 1100), below=True)
frame.paste(
img.resize((300, 400), keep_ratio=True, inside=True, direction="northwest"),
img.resize((300, 400), keep_ratio=True, inside=True, direction="west"),
(1100, 1060),
alpha=True,
)
Expand Down

0 comments on commit cd70505

Please sign in to comment.