将PNG转为ICO图标
点赞:0 收藏:0
​from PIL import Image
from PIL import Image
 
def png_to_ico(input_file_path, output_file_path):
    try:
        image = Image.open(input_file_path)
        if image.mode != "RGBA":
            image = image.convert("RGBA")
        image.save(output_file_path, format="ICO")
        print("转换成功!")
    except Exception as e:
        print("转换失败:", e)
 
# 使用示例:
input_path = "logoico.png"
output_path = "favicon.ico"
png_to_ico(input_path, output_path)


将代码保存为*.py文件

然后可以使用python“运行”,前提是安装python环境


python *.py


运行结果

暂无评论
【腾讯云】视频通信爆款 9.9 元起, 提供电商、教育、社交娱乐等多行业多场景的一站式解决方案,最快 1 天布局火爆赛道
黔北山人-强势文化传播
© Copyright 2024 | Qianbei Mountain Person. All Rights Reserved . 欽天監™ ®版权所有.