GIF
Graphics Interchange FormatUsed for short animations and simple graphics.
- Family
- Images
- MIME
- image/gif
Free GIF to ICO conversion online, with the real animated-frame image encoding behavior, what gets lost, and a concrete way to check the output.
Converter.now decodes the GIF frame sequence, timing, disposal, and canvas, then maps those frames into the animation and color rules available to ICO. A successful first frame does not prove that the complete loop survived. GIF decoding reconstructs indexed-color frames from local palettes, disposal instructions, transparent indices, and centisecond timing values. The ICO destination is a Windows icon resource, where useful delivery normally requires a deliberate set of square raster sizes rather than one arbitrary canvas.
Decoded canvas - An indexed-color animation or still image capped at a 256-color palette. Written image - A Windows icon container that can hold several square pixel sizes and color depths.
Used for short animations and simple graphics.
Designed for pixel-based artwork, scans, and photographs.
Choose ICO when its particular balance of compatibility, alpha, animation, and file size matches the destination better than GIF.
Gradients and photographic tones can band, semi-transparent pixels get reduced to on/off transparency, and frame timing is rounded to the nearest centisecond.
A conversion may create only one size, making the icon look soft in menus or high-density displays.
a Windows icon container that can hold several square pixel sizes and color depths is what gets written, labeled as image/vnd.microsoft.icon. Whether that actually opens depends on the receiving application, not on the file extension.
Play the loop in full, watching for banding, transparency edges, frame disposal, and whether the loop seam is clean.
Inspect the embedded sizes and preview the icon at 16, 32, 48, and 256 pixels where required.