Convert gif to tiff

Free online GIF to TIFF converter

Convert GIF images to TIFF for scanning, publishing, archiving, or document workflows.

Convert GIF to TIFF online - free

Uploading…
Selected files exceed the 75 MB total limit. Please select fewer or smaller files.

Image size

px
px

Keeps aspect ratio and fits within these limits. Fill in one or both; leave empty for no limit. Larger values may enlarge the image.

Correctly orient the image using the gravity sensor data stored in EXIF

Strip the image of any profiles, EXIF, and comments to reduce size

Your file is processed instantly and never stored on our servers.

How it works

  1. 1/3

    Upload your file

    Click to browse to select your file you want to convert or simply drag & drop your file into selected area.

  2. 2/3

    Perform conversion

    After successful file upload, click to convert when you are ready.

  3. 3/3

    Download converted file

    Conversion result is ready to download.

How to convert gif to tiff file

A scanning, publishing, or document-management program may require TIFF instead of GIF for import, archiving, or print production. Converting changes the file container and usually the compression, but it cannot restore color detail discarded when the GIF was created.

What the GIF format is

GIF is a raster image format used for web graphics, icons, diagrams, screenshots, and short animations. Each frame uses an indexed palette of up to 256 colors, supports one-bit transparency, and may include timing and looping data for animation.

Web browsers, screen-capture utilities, graphics editors, messaging applications, and animation tools commonly create GIF files. They are also common as .gif downloads, legacy website assets, and low-color images.

What the TIFF format is

TIFF is a flexible raster format used in scanning, print production, desktop publishing, geographic imaging, and document storage. It supports several color models, higher bit depths than GIF, embedded metadata, and multiple images or pages in one file.

TIFF can use no compression, lossless LZW or ZIP compression, and lossy JPEG compression. LZW and ZIP preserve raster pixels; JPEG compression can reduce file size but introduces artifacts. TIFF is useful when a receiving application requires it, when a workflow needs higher-bit-depth image data, or when a lossless working or archival copy is required.

TIFF is not automatically higher quality than GIF. A TIFF made from a 256-color GIF still contains the limited colors and detail of the source, and TIFF files are often much larger.

How to convert the file

Using 101convert.com

To convert without installing software, upload the GIF to 101convert.com, select TIFF as the output format, start the conversion, and download the result. Do not upload confidential scans or files subject to access restrictions unless the service meets the required privacy and retention conditions.

Using ImageMagick

ImageMagick is suitable for command-line and batch conversion. After installing it from the official ImageMagick distribution, open a terminal in the folder containing the source file and run:

magick input.gif -compress LZW output.tiff

For a single frame from an animated GIF, use:

magick input.gif[0] -compress LZW output.tiff

To write every rendered animation frame as a multipage TIFF, use -coalesce before exporting:

magick input.gif -coalesce -compress LZW output.tiff

A multipage TIFF retains frames as pages, not as a GIF-style animation: timing, looping, and browser playback are not preserved. Some TIFF viewers show only the first page, so verify the output in software that supports multipage TIFF.

For a Windows PowerShell batch conversion:

Get-ChildItem *.gif | ForEach-Object { magick $_.FullName -compress LZW (Join-Path $_.DirectoryName ($_.BaseName + '.tiff')) }

For macOS or Linux:

for f in *.gif; do magick "$f" -compress LZW "${f%.*}.tiff"; done

Using GIMP

Open the file with File → Open, then choose File → Export As. Set the filename extension to .tif or .tiff, select Export, and choose LZW or another compression accepted by the destination program. For an animated GIF, GIMP opens frames as layers; export the required frame or confirm the TIFF exporter’s layer and multipage behavior rather than assuming that animation will remain playable.

Photoshop and other desktop image editors provide equivalent Open and Save As or Export commands, with additional controls for color management, bit depth, and TIFF compression.

Quality and compatibility limits

  • Conversion does not increase the GIF’s resolution, palette, or image detail. Saving the result as RGB or 24-bit TIFF changes the storage representation, not the source information.
  • GIF transparency is one-bit transparency. TIFF alpha-channel support and transparent-pixel handling vary by application; check whether the destination expects transparency or a solid background.
  • Use LZW or ZIP when the receiving system supports it. Use uncompressed TIFF only for a compatibility requirement, because it can be substantially larger.
  • JPEG-compressed TIFF is unsuitable when exact pixel preservation is required.
  • TIFF readers do not all support every compression type, color model, bit depth, metadata block, or multipage structure. If a device rejects the output, try a single-page RGB TIFF with LZW compression.
  • Animated GIFs and large images can produce very large TIFF files. Export one frame or reduce the dimensions when the destination has file-size or memory limits.

GIF vs TIFF: format comparison

How the GIF and TIFF formats compare on the properties that matter most for this conversion.

Comparison of the GIF and TIFF file formats
Property .GIF Graphics Interchange Format .TIFF Tagged Image File Format
Compression Lossless Both
Transparency Partial Yes
Animation Yes No
Layers No
Color depth Indexed (256 colors) Indexed (256 colors)
Metadata support Basic Extensive
Opens in a web browser Yes, natively Partial
Typical file size Small Large
Open standard Partly open Yes
Best used for Web publishing Long-term archiving
Introduced 1987 1986
Developer CompuServe Aldus Corporation, later Adobe Systems
MIME type image/gif image/tiff

Frequently asked questions

Is the GIF to TIFF converter free?

Yes, converting GIF to TIFF on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.

How large can my GIF file be?

You can upload GIF files up to 2000 MB and convert up to 200 files at once in a single batch.

What happens to my uploaded files?

Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.

Do I need to install any software to convert GIF to TIFF?

No. The GIF to TIFF conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.

Did the conversion fail?

In most cases, the cause is an incorrect file format. Please upload a valid GIF file for this GIF to TIFF conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.

Additional formats for
gif file conversion

Reverse conversion

Convert to tiff from
other formats

Share on social media: