Initializing... drag & drop files here
Supports: ICO
Two questions bring people here. The first is how to get a Windows icon out of its .ico container and into a picture that ordinary software will open. The second is whether the result should be named .jpeg or .jpg. The short answers: this converter decodes the icon and re-encodes it with the JPEG codec, and the two extensions are the same format — pick whichever the receiving system expects. What you do give up is transparency, because JPEG has no alpha channel.
| Property | .jpeg | .jpg |
|---|---|---|
| Underlying format | JPEG (ITU-T T.81 / ISO/IEC 10918-1, published 1992) | Identical — same bytes, same decoder |
| Internet media type | image/jpeg |
image/jpeg |
| Why it exists | The natural four-letter abbreviation, usable on Unix and modern filesystems | MS-DOS and early Windows limited extensions to three characters, so JPEG was truncated |
| Byte-level difference | None | None |
| Compatibility risk | A handful of legacy tools and upload filters match on .jpg only |
Accepted essentially everywhere |
| Common in | Web workflows, macOS and Linux exports | Cameras, Windows software, most upload forms |
| On this page | Selectable under Advanced Options → "File extension" | Selectable under the same control |
.jpg fixes this more often than anything else.*.jpg. Renaming is harmless, but choosing the extension up front saves a step..jpg and .jpeg names sort badly and confuse deduplication tools.| Property | ICO (input) | JPEG (output) |
|---|---|---|
| Purpose | Windows application, shortcut and favicon icons | General-purpose photographic and web images |
| Structure | A directory of one or more images in a single file | A single raster image |
| Size ceiling per entry | 256 x 256 px — the directory stores each dimension in one byte, where 0 means 256 | No practical cap |
| Colour depth | 4-bit through 32-bit; the 32-bit form adds an 8-bit alpha channel (Windows XP) | 24-bit colour or 8-bit greyscale, no alpha |
| Internal compression | Uncompressed DIB, or PNG-compressed frames (supported from Windows Vista) | Lossy discrete cosine transform |
| Metadata | Size, colour depth and data offset per entry — no Exif, no colour profile | Exif, JFIF and ICC profiles are all possible |
| Result of converting | — | One flat, opaque rectangle at the source entry's pixel size |
.ico onto the page or click "+ Add Files". Multiple icons can be queued and run with the same settings.No. The two names describe byte-identical output from the same encoder, so size, decode speed, and visual quality are the same. Anyone who reports a difference is comparing two files saved at different quality settings, not two different formats.
The first entry in the icon's directory. The file's header lists each stored image in order, and the decoder reads entry zero rather than searching for the highest resolution. Icon authoring tools disagree about ordering — some put 256 x 256 first, others start at 16 x 16 — so if your JPEG is unexpectedly tiny, that is why. Re-exporting the icon with a single size removes the ambiguity.
They are filled in. JPEG cannot store an alpha channel, so before encoding, transparent and semi-transparent pixels are composited onto the Background Color, which is set to White by default and offers 24 further named colours. If the cut-out shape is the point, convert to PNG with our ICO to PNG converter instead — PNG keeps the alpha channel intact.
One generation of lossy encoding, at the quality you choose. The presets are fixed values: Highest is quality 100, Very High is 95, High is 90, Medium is 80, Low is 70, Very Low is 60, and Lowest is 50. At 95 the difference from the source is hard to see on icon artwork; below about 80, the hard edges and flat colour areas typical of icons start to show ringing, which is exactly the content JPEG handles worst.
There is no hidden detail to recover. Everyday Windows icons ship at 16, 20, 24, 32, 40, 48, 64 and 256 pixels, and enlarging one only interpolates between pixels that already exist. Keep Image resolution on "Keep original" for a faithful copy; if you genuinely need a large image, start from an icon that contains the 256 x 256 entry.
Yes. Switch the Image Compression mode from "Quality Preset" to "Specific file size" and type a target with its unit. This is more useful for large photographs than for icons, since a 48-pixel icon is already far below any realistic target.
No, because the source has none to carry. An ICO directory entry records only width, height, colour count, colour planes, bit depth, byte size and data offset. There is no capture date, camera model, colour profile, or copyright field in the format, so nothing gets migrated into the JPEG.
PNG, in most cases. Icons are flat-colour, hard-edged artwork with transparency — precisely what lossless PNG was designed for and what lossy JPEG compresses worst. Choose JPEG when the receiving system insists on it, or when the icon is a photographic image and the background is irrelevant. ICO to PNG covers the other route, and the ICO converter hub lists every target we support.
It travels over an encrypted connection, is converted on our servers, and both the upload and the finished JPEG are deleted automatically after a few hours. No account is required, nothing is watermarked, and files are never shared or made public.