使用 python 脚本下载 favicon 时遇到问题

发布于 2024-10-06 16:54:35 字数 117 浏览 4 评论 0原文

我正在使用脚本从网站上抓取和下载图标。有些网站给了我 2-3 个不同尺寸(16x16、32x32)等的图标图像。嵌入在同一个图像中。当我尝试使用此图像时,它无法正确显示为网站图标。我可以采取什么措施来确保下载正确的图像?

I am using a script to crawl and download favicons from websites. Some sites gave me 2-3 favicon images of various sizes (16x16, 32x32) etc..embedded in the same image. When I try to use this image it is not displaying properly as a favicon. Is there anything that I can do to make sure I download a proper image?

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

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

发布评论

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

评论(1

混吃等死 2024-10-13 16:54:35

这是 ico 文件格式的一个功能。它们是完全有效的文件,但您需要使用真正理解 Windows 图标文件的工具来处理它们。

That's a feature of the ico file format. They're perfectly valid files, but you're going to need to process them with something that actually understands Windows Icon files.

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