ICO(Windows Icon Format)
ICOは、Microsoft Windowsのアイコンやウェブサイトのファビコンに使用されるコンテナフォーマットです。1つのICOファイルに、異なるサイズや色深度の複数の画像を格納できます。PNGと並んで、ブラウザタブのアイコン(ファビコン)の標準フォーマットとして使われ続けています。
MIMEタイプ
image/vnd.microsoft.icon
種類
バイナリ
圧縮
無劣化
メリット
- + Multiple sizes in a single file
- + Universal favicon support across browsers
- + Transparent background support
デメリット
- − Limited to icon use cases
- − Maximum practical size of 256x256 pixels
- − Windows-centric format
.ICOを使うタイミング
WindowsアプリケーションのアイコンやウェブサイトのファビコンにICOを使用してください。最適な表示のため、1つのファイルに複数のサイズ(16x16、32x32、48x48)を含めてください。
技術的詳細
ICOファイルには、さまざまなサイズ(16x16、32x32、48x48、256x256)のBMPまたはPNG画像のディレクトリが含まれています。最新のICOファイルでは通常、48x48以上のサイズにPNG圧縮された画像が埋め込まれます。
歴史
ICOは1985年にWindows 1.0のデスクトップアプリケーションアイコン用として導入されました。1999年にInternet Explorer 5がfavicon.icoをサポートしたことで、Webファビコンの標準となりました。
.ICOから変換
.ICOに変換
関連フォーマット
関連用語
Learn More
Image Format Guide: JPEG vs PNG vs WebP vs AVIF
Choosing the right image format affects file size, quality, and browser compatibility. This comparison covers the strengths of JPEG, PNG, …
How to Resize Images for Web Without Losing Quality
Serving properly sized images is critical for web performance. Images that are too large waste bandwidth and slow page loads, …
Batch Image Conversion: Best Practices for Bulk Processing
Converting hundreds of images one by one is tedious and error-prone. Learn how to set up efficient batch conversion workflows …
How to Remove Image Backgrounds Effectively
Removing backgrounds from product photos, portraits, and logos is a frequent task in design and e-commerce. This guide covers techniques …
Troubleshooting Image Quality Loss During Conversion
Converting between image formats sometimes produces unexpected quality degradation. This guide explains why quality loss happens and how to minimize …
Image Optimization for Core Web Vitals and SEO
Images directly impact Core Web Vitals scores, especially Largest Contentful Paint. Learn how to optimize images for faster loading, better …