ICO
ICO raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/vnd.microsoft.icon
Convert ICO to TIFF online. See the real pixel decoding and image re-encoding behavior, preservation limits, and a format-specific acceptance test.
Converter.now decodes a Windows icon container that can hold several square pixel sizes and color depths into a working pixel canvas, then writes that canvas according to TIFF's color and compression model. Dimensions may stay constant while encoding, metadata, and fine detail change. ICO input enumerates every embedded square image, size, bit depth, PNG-or-bitmap encoding, mask, and alpha channel instead of decoding only the largest icon. TIFF output can describe high-bit-depth pixels, alpha, varied compression, and multiple image directories, but the chosen writer profile determines which of those features is present.
Canvas decoded from a Windows icon container that can hold several square pixel sizes and color depths. Image written as a flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression.
Used for pixel-based artwork, scans, and photographs.
Designed for raster pictures made of individually stored pixels.
TIFF wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than ICO does.
A conversion may create only one size, making the icon look soft in menus or high-density displays.
Apps support different TIFF subsets, so multipage files, CMYK, layers, or unusual compression may fail to open.
The writer builds a flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression and labels the result as image/tiff. The receiving application - Not the extension alone - Is the final compatibility test.
Inspect the embedded sizes and preview the icon at 16, 32, 48, and 256 pixels where required.
Check every page, bit depth, color mode, resolution tag, compression, and alpha channel.