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
| Property | TIFF | GIF |
|---|---|---|
| Compression | Lossless (or uncompressed) | Lossless LZW (palette-based) |
| Color depth | 8, 16, or 32-bit per channel | Maximum 256 colors (8-bit indexed) |
| File size | Very large | Small — especially for flat-color images |
| Animation support | Multi-page only | Native — widely used for animations |
| Transparency support | Full alpha channel | Binary (1-bit) transparency only |
| Web support | Not natively in browsers | Universal — every browser and platform |
| Best for | Print, archiving, professional editing | Simple graphics, logos, animations, email |
