ICO to TIFF Crop Converter

Load an ICO file, drag the crop handles to define exactly the area you need, preview the result, then download a lossless TIFF. Everything runs in your browser — your image never leaves your device.

🖼️

Drop an ICO here

or Browse Files  ·  ICO supported

What This Tool Does

This tool loads an ICO image directly in your browser, presents an interactive crop overlay with draggable handles, and converts the selected area to a TIFF file. No server upload is required. The full workflow — loading, cropping, and TIFF encoding — runs entirely in client-side JavaScript using the HTML5 Canvas API. ICO files are decoded by drawing them to an offscreen canvas, ensuring complete pixel data is available before the crop overlay is drawn. The output is a baseline uncompressed TIFF encoded using a JavaScript TIFF writer, supporting full RGBA output with a complete alpha channel.

Who This Is For

  • Print designers who need to convert an ICO icon region to TIFF for use in professional publishing workflows
  • Archivists who require lossless TIFF output from icon assets for long-term storage
  • Anyone who needs to extract and convert a portion of an ICO to TIFF without installing dedicated software
  • Content creators who want a quick, privacy-respecting crop-and-convert tool that needs no account or upload

ICO vs TIFF: Format Comparison

PropertyICOTIFF
CompressionLossless (PNG) or uncompressed (BMP)Lossless or uncompressed
Color depthUp to 32-bit (RGBA)8, 16, or 32-bit per channel
File sizeSmall for icon sizesVery large (uncompressed)
Animation supportNoneMulti-page only
Transparency supportFull alpha channelFull alpha channel
Web supportLimited (favicon use only)Not natively in browsers
Best forWindows icons and faviconsPrint, archiving, professional editing

Frequently Asked Questions

What is TIFF and why convert ICO to TIFF?

TIFF (Tagged Image File Format) is a professional lossless image format widely used in print, archiving, and publishing workflows. ICO files are Windows icon containers. Converting a cropped ICO region to TIFF produces a high-quality, lossless file suitable for professional editing and print production.

Can I crop the ICO image before converting to TIFF?

Yes — the tool provides an interactive crop overlay on the source image. Drag the corner and edge handles to define exactly which portion of the ICO you want in the output TIFF. Click Preview Crop to see the result before downloading.

Does my image get uploaded to a server?

No. All processing — loading, cropping, and TIFF encoding — happens entirely in your browser using JavaScript and the HTML5 Canvas API. Your image never leaves your device.

How is the TIFF file encoded in the browser?

The tool encodes a baseline uncompressed TIFF using a JavaScript TIFF writer. The cropped pixel data is read from an HTML5 canvas and written into a valid TIFF byte stream with proper IFD headers, supporting full RGBA output.

What is the maximum image size supported?

The tool is limited by your browser's available memory. ICO files are typically small (16×16 to 256×256 px), so processing is fast on all modern browsers.

How do I reset and convert a different image?

Click the Start Over button that appears after loading an image. This clears the current file and resets the crop area so you can load a new ICO.