Initializing... drag & drop files here
Supports: TIFF, TIF
.tif / .tiff files into the browser window. Batch upload is supported — scanned multi-page documents, photo archives, and CMYK print masters are all accepted.JPEG (or JPG — same format, different filename).TIFF (Tagged Image File Format, finalized as TIFF 6.0 in 1992) is the archive-grade container scanners, photographers, and print shops rely on because it supports lossless compression (LZW, ZIP/Deflate, PackBits, CCITT Group 4) or no compression at all. JPEG (ITU-T T.81 / ISO/IEC 10918-1, also 1992) trades pixel-perfect fidelity for an order-of-magnitude smaller file using 8×8 block DCT compression. The .jpeg extension is the original three-letter-plus-one form used on Unix and macOS — identical bytes to .jpg, just spelled out (more on that below).
.jpeg filename extension in their upload rules rather than .jpg. Selecting JPEG here writes the longer extension so the file passes those validators on first try.| Property | TIFF | JPEG |
|---|---|---|
| Compression | Lossless (LZW, ZIP, PackBits, CCITT G4) or none; lossy JPEG-in-TIFF optional | Lossy DCT (ISO/IEC 10918-1) |
| Typical file size | 10-100 MB for a high-res photo/scan | 0.5-5 MB at quality 85-95 |
| Bit depth | 1, 8, 16, 32, or 64 bits per channel | 8 bits per channel |
| Color spaces | Grayscale, RGB, CMYK, LAB, YCbCr, paletted | YCbCr (saved as sRGB for the web) |
| Multi-page | Yes — multiple Image File Directories per file | No — one image per file |
| Transparency | Alpha channel supported | None (no alpha) |
| Browser support | None natively (Safari renders some single-page TIFFs) | All major browsers since the 1990s |
| Common extensions | .tif, .tiff |
.jpg, .jpeg, .jpe, .jfif |
Approximate sizes for a single 300 DPI 8.5×11 in (2550×3300 px) photo-scan TIFF that started near 25 MB uncompressed. Numbers vary with image content.
| Quality Preset | Approx. JPEG quality | Output size | When to use |
|---|---|---|---|
| Highest | ~98 | 3-6 MB | Archive replacement; printing from JPEG |
| Very High (Recommended) | ~92 | 1.5-3 MB | Email, client deliverables, photo libraries |
| High | ~85 | 0.7-1.5 MB | Web galleries, CMS uploads |
| Medium | ~75 | 0.3-0.7 MB | Thumbnails, preview sheets |
| Specific file size | target-driven | Hits your cap exactly | Forms with a hard upload limit |
For more compression headroom after conversion, run the output through Compress JPG (it handles both .jpg and .jpeg). Need the reverse direction? See Convert JPG to TIFF. For a single bundled deliverable instead of separate images, TIFF to PDF keeps every page in one document. Identical to this page but with the .jpg extension: Convert TIFF to JPG.
.jpeg actually different from .jpg?No — the bytes inside the file are identical. Both extensions point to the same JPEG File Interchange Format (ISO/IEC 10918-1). The shorter .jpg exists only because early versions of Windows and the FAT-16 file system required three-letter extensions under the MS-DOS 8.3 naming rules, while Unix and classic Mac OS had no such limit and stuck with .jpeg. You can rename one to the other and the file still opens.
.jpeg over .jpg?Use .jpeg when a downstream system specifically requires it — some DAMs, asset-validation scripts, stock-photo upload rules, and print-on-demand services check the literal filename and reject .jpg. Use .jpg for maximum compatibility with legacy Windows tools and most file dialogs. If neither end of the workflow cares, .jpg is the more common convention on the web.
For typical photo and scan content, expect an 85-95% size reduction at Very High quality. A 50 MB uncompressed TIFF scan usually lands between 2 MB and 5 MB as a quality-92 JPEG. The ratio shrinks for already-compressed source TIFFs (LZW or ZIP) and grows for high-DPI scans of busy pages, but the order-of-magnitude reduction holds in nearly all cases.
At the Very High preset (~92), the difference is invisible on screens for photographic content and most text scans. Compression artifacts become noticeable around quality 70-75, especially on high-contrast edges, gradients, and small text. Keep the TIFF if you plan to edit further or print at large sizes — JPEG should be treated as a delivery format, not a working master.
Each Image File Directory in the source TIFF is extracted as its own JPEG, numbered in document order, and the set is returned as a ZIP if there's more than one output. A 12-page scan produces filename-1.jpeg through filename-12.jpeg. If you need a single combined file, convert to PDF instead with TIFF to PDF.
Yes. CMYK TIFFs and TIFFs with embedded ICC profiles are flattened to 8-bit sRGB during conversion so the colors render correctly in browsers, phone galleries, and email clients. Keep the CMYK TIFF as your print master and use the JPEG output only for screen review and delivery.
.tif files from a scanner or fax?Yes. Both .tif and .tiff are accepted, including CCITT Group 4 fax-encoded TIFFs (1-bit black-and-white scans) and multi-strip variants commonly produced by document scanners. The 1-bit images are upsampled to grayscale JPEG so they display correctly anywhere a JPEG is expected.
JPEG for photographs, scans, and any continuous-tone image where small file size matters. PNG for screenshots, line art, logos with sharp edges, and anything with transparency, since PNG is lossless. If your TIFF source is line-art or text-only, TIFF to PNG often produces a smaller and cleaner result than JPEG.
Uploaded TIFFs are converted on XConvert's servers and removed automatically after the session. No sign-up is required, files aren't shared with third parties, and there's no watermark on the output. To shrink an oversized source TIFF before conversion, Compress TIFF reduces it losslessly first.