We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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之后的高度不一致,导致图片截断
The text was updated successfully, but these errors were encountered:
pr welcome
Sorry, something went wrong.
will resolve after close #52
No branches or pull requests
gamekee.py
game_kee_get_calender_page的draw函数中,
ev_pic的height获取的是原图高度,与resize_width之后的高度不一致,导致图片截断
The text was updated successfully, but these errors were encountered: