TIFF to GIF Crop Converter

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

🖼️

Drop a TIFF here

or Browse Files  ·  TIFF / TIF supported

What This Tool Does

This tool loads a TIFF image directly in your browser, presents an interactive crop overlay with draggable handles, and converts the selected area to a GIF file. No server upload is required. The full workflow — loading, cropping, and GIF encoding — runs entirely in client-side JavaScript using the HTML5 Canvas API. TIFF files are decoded using URL.createObjectURL combined with img.decode(), ensuring the canvas always receives complete pixel data before the crop overlay is drawn. The output is a GIF encoded using a median-cut color quantization algorithm to reduce the image to GIF's 256-color palette while preserving maximum visual quality.

Who This Is For

  • Web designers who need to deliver a specific region of a TIFF as a small GIF for email or legacy web pages
  • Developers exporting TIFF assets to GIF for systems or platforms that only support the GIF format
  • Anyone who needs to extract and convert a portion of a TIFF to GIF without installing dedicated software
  • Content creators who want a quick, privacy-respecting crop-and-convert tool that needs no account or upload

TIFF vs GIF: Format Comparison

PropertyTIFFGIF
CompressionLossless (or uncompressed)Lossless LZW (palette-based)
Color depth8, 16, or 32-bit per channelMaximum 256 colors (8-bit indexed)
File sizeVery largeSmall — especially for flat-color images
Animation supportMulti-page onlyNative — widely used for animations
Transparency supportFull alpha channelBinary (1-bit) transparency only
Web supportNot natively in browsersUniversal — every browser and platform
Best forPrint, archiving, professional editingSimple graphics, logos, animations, email

Frequently Asked Questions

Why does GIF look different from the original TIFF?
GIF supports only 256 colors, while TIFF can store millions. For photographic images, this color reduction produces visible banding or dithering. GIF looks best with flat-color graphics, logos, illustrations, and screenshots with limited color ranges. For photos, consider using AVIF, WebP, or JPEG instead.
How precise is the crop tool?
The crop operates at native pixel accuracy on the original TIFF dimensions. The canvas is scaled to fit your screen for display, but the actual crop coordinates are mapped back to the full-resolution image before the GIF is generated. You get a GIF at the exact pixel dimensions shown in the crop dimensions badge.
Can I move the crop selection after setting it?
Yes — click and drag inside the crop rectangle (away from the handles) to reposition it anywhere within the image. Handles resize; the interior pans.
Does GIF support transparency?
GIF supports binary (1-bit) transparency — pixels are either fully transparent or fully opaque. There is no partial transparency (alpha blending). If your TIFF has semi-transparent pixels, they will be converted to either fully transparent or fully opaque in the GIF output.
What browsers are supported?
All modern browsers — Chrome, Firefox, Edge, Safari (desktop and mobile). The tool uses standard HTML5 Canvas and Blob APIs that have been universally supported since 2015.
Is there a file size limit?
There is no server-imposed limit because no upload occurs. The practical limit is your browser's available RAM. TIFF files can be very large. Most modern desktops handle TIFFs up to 50 MP comfortably.