使用 python 脚本下载 favicon 时遇到问题
我正在使用脚本从网站上抓取和下载图标。有些网站给了我 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 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.