Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Jul 1, 2023
1 parent 2ae3038 commit 6e15641
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed docs/images/genshin_start.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion meme_generator/memes/genshin_start/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def genshin_start(images: List[BuildImage], texts: List[str], args):
def make(img: BuildImage) -> BuildImage:
points = ((0, 116), (585, 0), (584, 319), (43, 385))
screen = (
img.convert("RGBA").resize((600, 400), keep_ratio=True).perspective(points)
img.convert("RGBA").resize((600, 330), keep_ratio=True).perspective(points)
)
return frame.copy().paste(screen, (412, 121), below=True)

Expand Down

0 comments on commit 6e15641

Please sign in to comment.