ICO to TIFF Converter

Upload an ICO file and download the largest embedded frame as a TIFF-named PNG — no server upload, fully client-side.

Upload ICO File

The downloaded file contains PNG pixel data named with a .tiff extension. Most design tools will open it correctly. For a fully standards-compliant TIFF binary, use a desktop tool such as GIMP or ImageMagick.

Preview

Upload an ICO file to see the preview here

Summary

Upload an ICO file and download the largest embedded frame as a TIFF-named PNG — no server upload, fully client-side.

How it works

  1. Click "Choose ICO File" and select any .ico file from your device.
  2. The tool reads the file using the FileReader API — nothing is uploaded to a server.
  3. The ICO is drawn onto an HTML5 Canvas element at its natural size.
  4. Canvas pixel data is exported as a PNG blob and named with a .tiff extension.
  5. Click "Download TIFF" to save the converted file to your device.

Use cases

  • Quickly extract an icon frame for use in design tools that accept TIFF files.
  • Convert a favicon or app icon to a higher-quality image format for documentation.
  • Preview what the largest frame of a multi-resolution ICO looks like.
  • Prepare icon assets for workflows that require a .tiff filename.
  • Extract a clean PNG from an ICO without installing any software.
  • Verify the pixel content of an ICO file before publishing.

Frequently Asked Questions

Last updated: 2026-06-10 · Reviewed by Nham Vu