Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果分辨率大于 256x256,有没有办法将图像转换为 ICO 格式?
我找到了几个程序,但没有一个能够转换更大的图像。我需要的尺寸是 1024x1024。
由于在 ICO 图像格式中宽度和高度都存储为单个字节,因此它不能表示大于 256×256 的图像。
您需要先调整图像大小。
http://en.wikipedia.org/wiki/ICO_(file_format)#Outline