Why convert JPEG to ICO?
People convert JPEG to .ICO mainly to create a favicon (the small icon browsers read from a site's root) or a custom icon for a Windows application or desktop shortcut. ICO is the native icon format on Windows and is still required by many installers and deployment tools. Because ICO is a container that can hold several sizes at once, the conversion is more than a simple format swap - you also choose which sizes to embed.
How to convert JPEG to ICO
GIMP FREE
Open your JPEG, scale the canvas to your target size (256×256 is standard), then use File > Export As and save with the .ico extension - GIMP lets you embed multiple sizes in one file at export.
IrfanView FREE
Open the JPEG, resize to 256×256, then File > Save As and choose ICO - install the separate PlugIns package from irfanview.com first, or ICO will not appear in the format list.
XnView MP FREE
Open the JPEG and use File > Export to save as .ico; XnView MP supports ICO natively on Windows, macOS, and Linux.
Command line - ImageMagick CLI
Run magick input.jpg -resize 256x256 output.ico to produce a single-layer ICO file.
Programs that convert JPEG
About these formats
A JPEG file is a compressed photo or image - the same format as .jpg, byte for byte. Every operating system opens it without extra software: double-click and Windows Photos, macOS Preview,…
Open .JPEG details →An ICO file is a Windows icon used for programs, files, folders, and browser favicons. One .ico holds the same image at several sizes (16x16 up to 256x256) so Windows picks the sharpest…
Open .ICO details →Quality & what to watch
- Photos scale poorly to icon sizes - a photograph at 32×32 pixels will look muddy; flat logos and simple illustrations work far better.
- ICO is a container that can hold multiple sizes (16, 32, 48, 256 px) in one file; most online tools produce only one size, while GIMP lets you pack all sizes at export.
- JPEG has no transparency - if you need a see-through background in the icon, remove it manually in an editor such as GIMP before exporting.
Frequently asked questions
What size should I use for a Windows application icon?
.ico file using GIMP.