Initializing... drag & drop files here
Supports: 3GP, 3G2
.3g2 is video, not a photograph: it is the 3GPP2 file format that CDMA2000 handsets — the Verizon and Sprint flip-phone generation — recorded to, built on the same ISO base media structure as MP4. TIFF is the opposite kind of thing: a tag-based still-image format that print shops, scanning workflows and archives standardise on precisely because it can store an image without throwing anything away. This converter decodes one frame out of the clip and writes it as a TIFF. The one setting that decides whether that TIFF is actually lossless is Compression Type, and it does not start on a lossless value — that is covered below.
| Property | Value |
|---|---|
| Full name | Tag Image File Format |
| Baseline specification | TIFF Revision 6.0, finalised 3 June 1992 (Adobe Systems; TIFF originated at Aldus Corporation in 1986) |
| Structure | A tag-based image file directory of typed fields pointing at the image data, rather than a fixed header |
| Colour models | Bilevel, greyscale, palette, RGB, CMYK and YCbCr — CMYK and YCbCr arrived with revision 6.0 |
| Compression | Pluggable rather than fixed: none, LZW (added in TIFF 5.0), PackBits, CCITT fax, Deflate, JPEG (added in 6.0), and later codecs such as WebP, Zstandard and JPEG 2000 |
| Multi-image | The format permits several images inside one file, which is where "multi-page TIFF" comes from |
| File extensions | .tiff and .tif — the same format under two names |
| Native browser support | Safari only. MDN notes that other than Safari, browsers do not natively display TIFF in web content |
| Best for | Print, scanning, archival masters, and handing a still to an editor for further work |
| Compression Type | Lossless? | What it is good for |
|---|---|---|
| JPEG (also listed as LOSSY) | No | The value this page starts on. Smallest photographic file, but pixel-exactness is given up — change it if lossless is why you chose TIFF |
| LZW | Yes | The long-standing conventional TIFF choice; opens in essentially every TIFF-aware application |
| DEFLATE | Yes | ZIP-style coding; usually packs a little tighter than LZW on the same image |
| NONE | Yes — nothing is compressed at all | The largest file and the safest bet for very old or very fussy software |
| PACKBITS | Yes | Simple run-length coding. Strong on flat graphics and scanned line art, weak on photographic frames |
| ZSTD | Yes | Modern Zstandard coding — compact and fast, but the reader has to be recent enough to know it |
| CCITT Fax 4 | Yes, but bilevel only | Built for 1-bit black-and-white fax pages. Not an appropriate choice for a colour video frame |
| WebP | No, at default settings | WebP coding inside a TIFF wrapper; small, but reader support is narrow |
| JP2K | No, at default settings | JPEG 2000 inside TIFF; niche, and many applications will not open it |
.3gp is accepted too, and several clips can be queued to run with the same settings.0 is the opening frame, 2.5 is two and a half seconds in — or switch to Multiple Screenshots and set a Capture Rate to sample across the clip..tif instead of .tiff, and Image resolution should stay on "Keep original".4.5 and you get the frame at four and a half seconds. Our converter starts with Specific Frame selected and that value at 0, so a conversion you do not touch returns the first frame.Change it if lossless output is the reason you picked TIFF. Compression Type starts on JPEG on this page, and JPEG compression inside TIFF — added by revision 6.0 in 1992 — trades pixel-exactness for a smaller file, which defeats most of the point. Switch to LZW or DEFLATE for a TIFF that decodes back to exactly the pixels the video decoder produced. Choose NONE only when you want an uncompressed master or you are feeding software old enough to distrust everything else.
No, and this is the honest limit of the whole conversion. TIFF is a container plus a compression choice, not a restoration process. A lossless setting means TIFF adds no new degradation on top of what the 3G2 codec already applied when the phone encoded the clip — but the frame was captured small, at a low bitrate, for a slow 3G network, and that loss is permanent. You end up with a faithful, re-editable copy of a phone-era still, not an upscaled one.
Nothing but the number of letters. The three-letter form is a leftover from the DOS 8.3 filename era, and both extensions describe the same tag-based format. The File extension control on this page lets you choose whichever your workflow expects; some older print and scanning pipelines are still scripted around .tif. The same dropdown also offers PNG and JPG if you decide TIFF was not what you wanted after all.
Because browsers largely do not read TIFF. MDN's image format guide is explicit that other than Safari, browsers do not natively support TIFF images in web content without add-ons or special libraries. That is by design — TIFF is a print, scan and archive format rather than a web delivery one. If you need a still that opens anywhere, extract the same frame with 3G2 to JPG, or convert an existing TIFF using TIFF to JPG.
Not from this tool. The TIFF format itself does allow several images in one file, which is what multi-page TIFF means, but switching to Multiple Screenshots here writes each sampled frame as its own separate image rather than stacking them into one document. For a single moment, stay on Specific Frame; for a sequence, expect a set of files.
They are sibling containers from sibling standards bodies. 3GPP defined .3gp for GSM and UMTS handsets; 3GPP2 defined .3g2 in its C.S0050 File Formats for Multimedia Services specification for CDMA2000 handsets, which in the United States meant Verizon and Sprint. Both sit on the ISO base media file format. The practical difference is the audio codec list — 3G2 adds EVRC, EVRC-B, EVRC-WB, 13K (QCELP), SMV and VMR-WB — which is irrelevant when you are pulling a silent still. This page reads either, and the 3GP to TIFF converter covers the GSM twin.
LZW. It has been the conventional TIFF choice for decades and every TIFF-aware application on your machine will open it. Choose DEFLATE if disk space matters and you know the software on the other end is modern — it generally squeezes a bit harder. ZSTD goes further still but assumes a recent reader. Avoid CCITT Fax 4 for anything from a camera: it only encodes 1-bit black-and-white images.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion. There is no sign-up, no watermark on the output, and files are never shared or made public. If you decide you want the moving clip rather than a still frame, convert the whole thing with 3G2 to MP4 instead of extracting an image.