Skip to content
← All Guides
🔒 No Upload Required ✅ Free Forever 🌐 Browser-Based
Image Tools

How to Crop & Convert ICO to TIFF: Step-by-Step Tutorial

By Bill Crawford  ·  March 2026  ·  5 min read  ·  Last updated March 14, 2026

Connect on LinkedIn →

🚀 Follow along with the tool open. ICO to TIFF Crop Converter — free, in your browser.

Open Tool →

Overview

This tutorial walks through every step of cropping an ICO image and converting it to a TIFF file using the Data Conversion Center ICO to TIFF Crop Converter. The tool writes a baseline uncompressed RGBA TIFF with a fully conformant IFD structure — readable by every professional image application, prepress tool, and archival system. Everything runs inside your browser with no software installation and no server upload.

Best suited for: print production workflows, professional image editors (Photoshop, GIMP, Affinity Photo), archival storage, and any pipeline that requires TIFF as the input format. For web delivery, ICO to PNG Crop or ICO to WebP Crop produce smaller files.

Step 1: Open the Tool

Navigate to dataconversioncenter.com/image-tools/ico-to-tiff-crop/ in any modern browser. The tool works in Chrome, Firefox, Edge, and Safari on both desktop and mobile. No sign-in, no extension, and no download required.

Step 2: Load Your ICO

You have two options for loading your source image:

As soon as the image loads, it appears in the source panel with blue crop handles at the corners and edges, initially set to the full image boundary. The browser decodes the ICO via its native image decoder, typically rendering the highest-resolution size embedded in the file.

Step 3: Adjust the Crop Area

The crop overlay has eight handles: four at the corners and four at the midpoints of each edge. Here is how each type behaves:

As you drag, the crop dimensions badge in the panel header updates in real time to show the output pixel dimensions at full ICO resolution. The info bar below shows the exact pixel coordinates of the selection corners.

TIFF tip: TIFF files are uncompressed — file size equals width × height × 4 bytes (RGBA). A 256×256 crop produces a ~256 KB TIFF. If you need only a small sub-region, crop tightly to minimize file size before passing the TIFF into your professional workflow.

Step 4: Preview the Crop

Before downloading, click Preview Crop. A pop-up opens showing the cropped region at browser width, with the exact output dimensions in the title. Use this to verify that the icon content is correctly framed — confirm nothing important is clipped at the edges and the selection covers exactly the region you need.

The preview renders as JPEG for speed. The actual TIFF output is lossless and will be pixel-perfect. Close the preview and adjust handles if refinement is needed.

Step 5: Convert & Download the TIFF

When you are satisfied with the crop, click Convert & Download TIFF. The button briefly shows "⏳ Converting…" while the tool:

  1. Draws the selected pixel region onto an off-screen canvas at full ICO resolution.
  2. Reads the raw RGBA pixel data via getImageData.
  3. Constructs a conformant uncompressed TIFF byte stream in memory: little-endian header, a single IFD with 11 entries (ImageWidth, ImageLength, BitsPerSample, Compression=1, PhotometricInterpretation=2, StripOffsets, SamplesPerPixel=4, RowsPerStrip, StripByteCounts, PlanarConfiguration=1, ExtraSamples=1), followed by the raw RGBA pixel data.
  4. Triggers a browser download of the resulting ArrayBuffer as a .tiff file.

The file downloads as [original-filename]_crop.tiff. For a source file named app-icon.ico, the output is app-icon_crop.tiff. No server round-trip occurs.

Step 6: Start Over (Optional)

To crop and convert a different ICO, click ↺ Start Over. This clears the current image, resets the crop handles, and returns the tool to its initial drop zone state.

Tips for Best Results

✍ Ready to crop and convert your ICO to TIFF?

Open ICO to TIFF Crop Converter →