Convert GIF to TIFF

Converting GIF to TIFF writes the first frame into the uncompressed format that archives, journals and print shops ask for. It satisfies the specification without improving the picture — a GIF’s 256 colours stay 256 colours — and the whole conversion happens in your browser.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The TIFF holds exactly what the GIF held.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing Only the first frame is converted; an animated GIF becomes a still image.

Up to 100 files at once. Mixed formats are fine.

What GIF to TIFF actually does

GIF 36 KBTIFF 601 KB 16.5× larger

A photographic scene — smooth gradients, soft edges, grain. This is the case TIFF is designed for or against, and the figures show which. Both images are drawn in code and encoded by the same converter that runs on this page, so the sizes are this site's own output.

GIF 8 KBTIFF 601 KB 80.0× larger

A transparent background and a gradient across the shape. TIFF either keeps both, keeps one, or fills the transparency with a solid colour — which is the difference that catches people out. Both images are drawn in code and encoded by the same converter that runs on this page, so the sizes are this site's own output.

GIF 6 KBTIFF 601 KB 97.3× larger

Flat colour and hard edges, as in an interface, a chart or a logo. Very different behaviour from the photograph above, and the reason the answer is "it depends what is in the file". Both images are drawn in code and encoded by the same converter that runs on this page, so the sizes are this site's own output.

The specification asked for TIFF because of scans, not GIFs

Requirements that name TIFF almost always trace back to document and photographic digitisation, where the format earns its place: 16 bits per channel, CMYK and Lab colour, embedded ICC profiles, and a tag structure that has been readable since 1986. An archive standardising on it is protecting scans of paper against the next thirty years.

A GIF that came off a website in 2003 fits none of those cases and still has to satisfy the same rule. This conversion produces a compliant file, and the sensible expectation is that it complies rather than that it benefits. Where the deposit allows PNG as an alternative for born-digital graphics, that is the better fit and a far smaller file.

Four bytes per pixel, written without compression

The TIFF produced here is a baseline uncompressed file: every pixel is stored as four channel values, one after another, with a tag block describing the geometry. A 480 by 270 image is 518,400 bytes of pixel data whatever the picture shows, plus a small header.

TIFF does define compression schemes — LZW, Deflate, and the fax codings — and this converter uses none of them. That is a deliberate trade towards the widest possible compatibility, because the one thing every TIFF reader ever built accepts is the plain uncompressed baseline, and a file that an archive’s validator cannot parse has failed at the only job it had.

Transparency survives here, unlike most GIF conversions

A GIF can declare one palette entry transparent, and almost every other still conversion on this site has to do something about that — fill it with white, ask you for a colour, or drop it silently. TIFF has an alpha channel and this path writes it through unchanged.

The consequence for an archive is that the file preserves the graphic as it was authored, including the fact that it was designed to sit on an unknown background. If the deposit specification demands a flat opaque image instead, that is a request to composite the graphic onto a defined background first — which the JPEG or BMP route does explicitly, with a colour you choose.

A container built for many pages, holding one

TIFF is a container, and among its capabilities are multiple images in a single file, layers, and a tag block that other applications extend with their own data. Multi-page TIFF is how a scanned twenty-page report travels as one object.

This conversion writes a single image. An animated GIF is decoded to its first frame and that frame is what the file contains, so the sequence does not become a multi-page TIFF. If the frames matter as a set, extracting them individually and assembling the pages in a dedicated tool is the route, and it is a different job from this one.

What the archive is actually preserving from the GIF

It is worth naming exactly what is being deposited. A GIF frame is an index into a palette of at most 256 colours, and that palette was chosen — usually by an application, usually with dithering — at the moment the GIF was created. Everything the original artwork had beyond those 256 values was discarded then.

The TIFF preserves the result of that decision faithfully and permanently, which is genuinely what an archive wants: the object as it circulated, not a guess at what it might have been. What it cannot do is undo the quantisation, and no format, setting or later processing step will. A dithered gradient stays a dithered gradient at 16 bits per channel exactly as it was at eight.

The GIF has no print resolution to hand over

Print workflows think in physical size: a figure is 90 millimetres across at 300 dots per inch. A GIF records nothing of the kind. It stores a pixel grid and no statement about how large that grid is meant to be on paper.

So the resolution question cannot be answered by the conversion and has to be answered in the layout. A 480-pixel-wide graphic placed at 300 dpi is 40 millimetres across, and enlarging it beyond that in the page layout does not add detail — it enlarges the pixels. If a print specification demands a minimum effective resolution, check the pixel dimensions against the intended physical size before converting, not after.

Nothing on the web will open the file you download

TIFF’s browser support is recorded as none. No browser ever implemented it, so the file cannot be checked by dragging it into a tab, cannot be embedded on a page, and cannot be previewed in most web-based review tools.

That is a feature in the context it is used for — an archival master is not meant to be the delivery copy — but it does mean keeping a viewable version alongside it. The usual arrangement is the TIFF in the repository and a PNG or JPEG as the access copy, generated from the same source rather than from the TIFF.

When to argue for PNG instead of converting at all

If the specification permits any lossless format and merely lists TIFF first, PNG is the better answer for a GIF. It is lossless in exactly the same sense, it keeps the alpha channel, every browser and viewer opens it, and it will be a fraction of the size because it actually compresses.

The case for going ahead is when the requirement is written as TIFF and is not negotiable, or when the file is joining a collection where every other object is a TIFF and consistency has its own value. Both are common, and neither needs the conversion to be pretending it improved anything.

The file is written on the machine holding the GIF

Decoding and encoding both happen in the browser tab, with no server involved and no account. For material bound for an archive that is frequently a hard requirement — a chain-of-custody rule that says nothing may pass through a third party — and it is satisfied here by there being no third party in the path.

The free tier accepts files up to 100 MB, which for a GIF is an extraordinarily large one. Converting a folder of them works the same way and produces one TIFF per input, downloadable together.

How to convert a GIF into a TIFF

  1. Drop the GIF onto this page, or click to choose it.
  2. The first frame is decoded and written as an uncompressed TIFF, in your browser.
  3. Download the TIFF and check it in a desktop viewer before depositing it.

GIF and TIFF: a delivery format meeting an archival one

GIF compared with TIFF
GIFTIFF
Full nameGraphics Interchange FormatTagged Image File Format
File extension.gif.tif, .tiff
Media typeimage/gifimage/tiff
CompressionLossless — nothing is discardedLossless — nothing is discarded
First published19871986
Published byCompuServeAdobe
SpecificationGIF89aTIFF 6.0
LicensingOpen standardPublished, not standardised
Standing todayLegacy, still read everywhereCurrent
Bit depth832
Colour it can describeindexed paletteRGB, CMYK, greyscale, Lab
Largest image65,535 px per side
Opens in a browserEvery browserSome browsers
Considered insteadWebP, MP4PNG, PDF, DNG

What is lost

TIFF holds a single still image. An animated GIF keeps its first frame and loses the rest, so a conversion is a way to take a still out of one, not a way to move it.

What survives

Nothing is discarded. GIF and TIFF both store their content losslessly, so the conversion is a change of packaging rather than a change of quality, and it can be repeated without accumulating damage.

Transparency survives. Both GIF and TIFF store an alpha channel, so a cut-out stays cut out and nothing is filled in behind it.

What the target format adds

TIFF is a working format and GIF is a finished one. What comes back is editable text and objects rather than a picture of a page, which is usually the reason for the conversion and also where its limits are.

Opening the result

Only some browsers read TIFF. It is the less portable of the two, so it is worth being sure the program at the other end accepts it before sending one.

GIF dates from 1987 and is largely superseded. TIFF is what current software writes, so the conversion is as much about staying readable as about the file itself.

Adobe Photoshop and ImageMagick read both GIF and TIFF, so there is a way to check the result against the original without a second tool.

What each format is for

The two are aimed at different work: GIF at the web, TIFF at print, scanning and archiving. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

GIF is CompuServe's format, published in 1987. It records 8 bits per channel.

TIFF comes from Adobe and dates from 1986, specified as TIFF 6.0. Adobe Photoshop, Affinity Photo and ImageMagick all read it.

GIF to TIFF: archives, size and what is preserved

Does converting to TIFF improve the image?

No, and it is worth being direct about it. A GIF frame holds at most 256 colours and that reduction happened when the GIF was written. The TIFF stores those same colours in a format that could have held far more, so nothing is lost and nothing is recovered. What you gain is compliance with the specification, not quality.

How large will the TIFF be?

Roughly four bytes per pixel plus a small amount of tag overhead, because the file is written uncompressed. A 480 by 270 GIF becomes about 518,400 bytes of pixel data — half a megabyte — whatever the GIF weighed. There is no quality setting to reduce that, because there is no compression to trade against.

Is transparency kept?

Yes. TIFF carries an alpha channel and this conversion writes one through: the pipeline flattens transparency onto a background colour only when the target is JPEG, BMP or GIF, and TIFF is none of those. A GIF with a transparent background arrives as a TIFF with transparent pixels rather than white ones.

What happens to an animated GIF?

Only the first frame is converted. TIFF can hold several images in one file, so a multi-frame result would be technically possible, but the decoder here hands over a single picture and that is what gets written. An animation becomes the still it opens on.

Can I open the TIFF in a browser to check it?

No browser reads TIFF — none ever adopted it, which is recorded against the format as one of its known problems. Use an image viewer, Preview on a Mac, IrfanView on Windows, or the application that asked for the file in the first place. That is also why nothing on this page previews the result the way a JPEG or PNG conversion would.

Does the GIF get uploaded?

No. The GIF is decoded and the TIFF is assembled inside your browser, with no server and no account. For material heading into an archive that is usually a requirement rather than a preference.

More about these formats

Where these figures come from

The claims this page makes about GIF and TIFF are checkable, and these are the documents that settle them.