Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

日程表图片高度错误 #51

Open
ikarosf opened this issue Nov 20, 2023 · 2 comments
Open

日程表图片高度错误 #51

ikarosf opened this issue Nov 20, 2023 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@ikarosf
Copy link

ikarosf commented Nov 20, 2023

 if ev_pic:

        img.paste(ev_pic.resize_width(1290).circle_corner(15), (60, ii), alpha=True)
        ii += ev_pic.height + 25

gamekee.py
game_kee_get_calender_page的draw函数中,
ev_pic的height获取的是原图高度,与resize_width之后的高度不一致,导致图片截断

@XieXiLin2 XieXiLin2 added the bug Something isn't working label Nov 20, 2023
@lgc2333
Copy link
Member

lgc2333 commented Nov 20, 2023

pr welcome

@lgc2333 lgc2333 added the help wanted Extra attention is needed label Nov 20, 2023
@lgc2333
Copy link
Member

lgc2333 commented Nov 26, 2023

will resolve after close #52

@lgc2333 lgc2333 added wontfix This will not be worked on and removed help wanted Extra attention is needed labels Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants