Initializing... drag & drop files here
Supports: X3F
.x3f raw files from a Sigma SD, DP, or Quattro/Merrill body. Batch is supported — drop a whole shoot.X3F is Sigma's proprietary raw format from Foveon-sensor cameras — the SD9 (2002) through the dp Quattro and sd Quattro lines (2014–2016, discontinued by 2025). Foveon stacks three photodiodes per photosite to capture R, G, and B at every pixel without a Bayer filter, so the data is unprocessed sensor output, not a viewable image. ICO is the Microsoft Windows icon container — a single file that bundles multiple BMP or PNG bitmaps at different sizes and color depths so Windows can pick the right one for any context.
.exe, or a folder. The 256×256 preset is what Vista, 7, 8, 10, and 11 use for large icon views..ico embedded in the binary. Photographers and indie makers can promote a Foveon source straight to icon without round-tripping through Photoshop.| Property | X3F (Sigma RAW) | ICO (Windows Icon) |
|---|---|---|
| Purpose | Camera sensor raw capture | OS / app icon container |
| Created by | Sigma / Foveon | Microsoft |
| First seen | 2002 (Sigma SD9) | Windows 1.0 (1985) |
| File contents | Unprocessed three-layer Foveon RGB, embedded JPEG preview, EXIF, white-balance & exposure metadata | One or more BMP or PNG bitmaps + ICONDIR header |
| Max dimensions | Sensor-dependent (e.g. 2268×1512 on SD9/SD10; ~5424×3616 on sd Quattro H) | 256×256 per image |
| Color depth | 12–14 bit per channel, three full RGB layers | 1, 4, 8, 24, or 32-bit (alpha) per embedded image |
| Compression | Lossless / proprietary | BMP (uncompressed) or PNG (DEFLATE) bitmaps |
| Transparency | No alpha — pure capture | 32-bit RGBA, Vista+ |
| Animation | No | No (use .ani for animated cursors) |
| Software support | Sigma Photo Pro, libraw, recent Lightroom/Camera Raw, Capture One (limited) | Universal on Windows; most browsers for favicons |
| Magic header | ASCII FOVb at byte 0 |
00 00 01 00 (ICONDIR, type 1) |
| ICO size | Where Windows shows it | Notes |
|---|---|---|
| 16×16 | Browser tab favicon, taskbar overflow, File Explorer list view | Pair with 32×32 in a single .ico for tab + bookmark contexts |
| 32×32 | Standard desktop, modern browser favicon | The most-requested favicon size as of 2026 |
| 48×48 | File Explorer "Medium icons", Windows site pinning | Often included in app .ico resources |
| 64×64 | App-launcher tiles, some installer dialogs | Optional but useful for 1.5× / 175% DPI |
| 128×128 | macOS-style large icons; some Linux DEs | Cross-platform safety size |
| 256×256 | Vista+ "Extra large icons" view, modern shell, high-DPI | Stored as PNG inside the ICO since Vista to keep file size manageable |
A full Windows-friendly .ico typically bundles 16, 32, 48, and 256 — produce each preset, then combine them with a tool that supports multi-image ICO output. Favicons in 2026 also commonly add separate 180×180 (Apple touch icon) and 192×192 / 512×512 (Android / PWA manifest) PNGs alongside the root favicon.ico; those live outside the ICO container.
The ICO container, defined by Microsoft, caps each embedded image at 256×256 pixels. Anything larger has to live in a separate PNG referenced by your HTML or app manifest. That's why the XConvert resolution preset for ICO tops out at 256P and excludes 720p, 1080p, and higher options that are valid for JPG, PNG, or TIFF output.
Yes — that's the whole point of the format. A proper Windows icon bundles 16, 32, 48, and 256 (and optionally 24, 64, 128) inside one .ico so the OS can choose the closest match without scaling. This XConvert page produces a single-size ICO per run; export each size, then merge them in a tool like ImageMagick (convert 16.png 32.png 48.png 256.png app.ico) or a dedicated icon editor.
Mostly no, and that's expected. Foveon captures full RGB per photosite, but ICO outputs at most 256×256 with 32-bit color. Downsampling that aggressively averages out any per-layer color resolution advantage. The Foveon source still helps for clean edges and noise-free detail at the small target size, but the icon won't visibly differ from one rendered out of a high-quality JPG or PNG of the same shot.
Render at the size you'll actually use. Browsers and Windows scale ICO images poorly — a 256 forced down to 16 looks muddier than a 16 rendered directly. For favicons, ship both 16 and 32. For app icons, ship the full 16 / 32 / 48 / 256 quartet so the shell never has to scale.
X3F doesn't carry an alpha channel — Foveon raws are pure sensor data, no transparency. If you need a transparent background on the icon, convert via X3F to PNG first, mask the background in an editor (Photopea, GIMP, Photoshop), then save the masked PNG into a 32-bit ICO. ICO has supported 8-bit alpha since Windows XP.
Yes, especially for older bodies. Adobe Camera Raw added X3F support unevenly across Sigma models; some SD-series and early DP files still need Sigma Photo Pro (SPP) or a recent libraw-based tool to demosaic. Browser converters that handle X3F (including XConvert) decode the embedded preview or run libraw under the hood, which is why the conversion works even when Photoshop refuses to open the source.
.ico and a .png favicon?favicon.ico is the legacy default — every browser since IE5 looks for /favicon.ico at the site root, and an ICO can hold both 16 and 32 in one file. Modern browsers also accept <link rel="icon" type="image/png" sizes="32x32" href="..."> pointing at standalone PNGs. The current best practice is to ship favicon.ico (16 + 32) as a fallback plus separate PNGs for 180×180 Apple touch and 192 / 512 for Android / PWA.
Yes. Drop in the whole folder; each file processes in parallel withon our servers and downloads individually or as a single ZIP. Use the same resolution preset across the batch, or set per-file if you need different icon sizes for different sources.
For full-resolution photographic output, use X3F to JPG, X3F to PNG, X3F to TIFF, or X3F to BMP. For the reverse direction — making an ICO from a PNG or JPG you already have — see PNG to ICO and JPG to ICO.