如何使用 Python 将 .ICO 转换为 .PNG?

发布于 2024-10-11 09:42:50 字数 145 浏览 1 评论 0原文

我正在尝试在 Python 中将一批 .ICO 图像转换为 .PNG 图像。我有很多图像需要检查,所以我想找到一个程序化的解决方案。我尝试过使用 PIL,但我似乎无法正确显示图像和透明度。

我更喜欢使用 Python,但如果无法完成,其他语言或库也会有所帮助。

I'm trying to convert a batch of .ICO images over to .PNG images in Python. I have quite a few images to go through so I'd like to find a programmatic solution. I've tried using PIL but I can't seem to get the images and transparency to come out correctly.

I'd prefer to use Python but if it can't be done another language or library would also help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

霓裳挽歌倾城醉 2024-10-18 09:42:50

请参阅 http://code.google.com/p/casadebender/wiki/Win32IconImagePlugin

这是一个 PIL 插件,可以正确处理 Windows 图标。

See http://code.google.com/p/casadebender/wiki/Win32IconImagePlugin

It's a PIL plugin that makes it handle Windows icons properly.

请别遗忘我 2024-10-18 09:42:50

如果这只是一个批处理作业,为什么不直接使用 imagemagick 呢?

If it's just a batch job, why not just use imagemagick?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文