c64_painter.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:Pythonista-C64-Painter 作者: superrune 项目源码 文件源码
def file_to_img(width, height, filename):
    # Do a check for file type
    im = Image.open(filename).convert('RGBA')
    im = im.resize((Settings.actualWidth, Settings.height), Image.NEAREST)
    return im


# Takes index as an input at returns all indices for the character that index contains
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号