TIFF to GIF Converter

Generate the exact ImageMagick command to convert your TIFF file to GIF with resize, dithering, color count, and animated loop options.

Conversion Options

Lower values = smaller file, lower quality

0 = loop forever, 1 = play once, 3 = play 3 times

10 = 0.1 s per frame (100 ms). Single-frame TIFFs ignore this.

Your ImageMagick Command

Click "Generate Command" to build your ImageMagick command.

How to run it

  1. 1 Install ImageMagick: brew install imagemagick (macOS) or sudo apt install imagemagick (Linux).
  2. 2 Open a terminal and navigate to the folder containing your TIFF file.
  3. 3 Paste and run the generated command. The GIF will appear in the same directory.

GIF limitations to keep in mind

  • Maximum 256 colors per frame — photos will lose some detail.
  • No lossy compression — GIF files can be large for photos.
  • Transparent pixels are binary (on/off) — no partial transparency.
  • Floyd-Steinberg dithering significantly improves perceived quality for photos.
Copied!

Summary

Generate the exact ImageMagick command to convert your TIFF file to GIF with resize, dithering, color count, and animated loop options.

How it works

  1. Enter your TIFF filename (e.g. photo.tiff).
  2. Choose a resize option: keep original size, scale by percentage, or set a custom width × height.
  3. Select a dithering method — Floyd-Steinberg gives the best quality for photographic images.
  4. Set the maximum number of colors (GIF supports up to 256).
  5. For animated GIFs, enter the loop count (0 = loop forever).
  6. Click "Generate Command" and copy the result to run in your terminal.

Use cases

  • Convert scanned TIFF documents to GIF for web display.
  • Shrink high-resolution TIFF artwork to GIF for email or messaging.
  • Create animated GIFs from multi-frame TIFF files.
  • Batch-convert TIFF exports from design tools to GIF format.
  • Generate optimized GIFs for websites with limited color palettes.
  • Prepare TIFF medical or satellite images for lightweight GIF previews.

Frequently Asked Questions

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