How to Convert TIFF to JPG: Step-by-Step Tutorial
🚀 Ready to follow along? Open the TIFF to JPG converter now.
Open Tool →What This Tutorial Covers
This tutorial walks you through converting TIFF and TIF image files to JPG format using the browser-based tool on this site. No software installation required. You will learn how to add files, set JPG quality, use batch conversion, review output, and download your converted files.
For background on why you might want to convert and when to use JPG vs other formats, see the companion TIFF to JPG Complete Guide.
What You Need
- One or more
.tiffor.tiffiles (from a camera, scanner, or design export) - A modern browser: Chrome, Edge, Firefox, or Safari (2023 or later)
- No account, no software, no subscription
Step 1: Open the Converter
Navigate to dataconversioncenter.com/image-tools/tiff-to-jpg/. The page loads UTIF.js (a pure-JavaScript TIFF decoder) and JSZip from CDN. All conversion happens locally in your browser — no files are sent to any server.
Step 2: Add Your TIFF Files
You have two ways to add files:
- Drag and drop: Open your file manager and drag one or more
.tiffor.tiffiles directly onto the drop zone labeled "Drop TIFF / TIF files here". The zone highlights in blue when you hover over it. - Browse: Click anywhere on the drop zone (or the "Browse Files" link) to open your file picker. Select multiple files using Ctrl+click (Windows) or Cmd+click (Mac).
As soon as files are added, UTIF.js begins decoding each TIFF to generate thumbnail previews. You will see an Input Files grid with a card per file showing the filename, file size, and a Ready status badge.
Note: Files with an extension other than .tiff or .tif are automatically rejected with an inline warning message. They are not added to the conversion queue.
Step 3: Set JPG Quality
The quality slider controls the trade-off between file size and image quality:
- 92 (default): Excellent quality, significantly smaller than the source TIFF. Suitable for professional photography delivery, client sharing, and web publication.
- 85–90: Very good quality, smaller file size. Use for web images, social media, and general distribution.
- 95–100: Near-lossless. Larger files. Use for print output or archival delivery copies where maximum fidelity is required.
- 70–80: Good quality for thumbnails and previews where file size is a priority.
The quality value is displayed next to the slider and updates in real time as you drag. This setting applies to all files in the current batch.
Step 4: Choose Download Mode
Before converting, decide how you want to receive your JPG files:
- Individual downloads (default): Leave "Download as ZIP" unchecked. After conversion, each output card has its own Download button, and a "Download All JPGs" button appears for sequential bulk download.
- ZIP archive: Check "Download as ZIP". After conversion, a single "Download ZIP" button downloads all JPGs in one archive named
dataconversioncenter_tiff_to_jpg_YYYYMMDDHHMM.zipusing your local date and time.
For batches of more than 5 files, the ZIP option is strongly recommended to avoid multiple browser download dialogs.
Step 5: Click "Convert to JPG"
Click the blue Convert to JPG button. The button label changes to "Converting…" and is disabled while conversion runs.
For each file in sequence:
- The status badge on the input card changes from Ready to Converting…
- UTIF.js reads the TIFF file from memory and decodes it to RGBA pixel data.
- The pixel data is painted onto an HTML Canvas element at the image's full resolution.
- The canvas is encoded to a JPG blob using the browser's native
canvas.toBlob('image/jpeg', quality)API at your chosen quality setting. - The status changes to Converted and an output card appears.
Files are processed two at a time for throughput efficiency. The progress bar tracks overall progress.
Step 6: Review the Results
After conversion completes, a summary banner appears: "✓ All N files converted successfully" or "Completed: X succeeded, Y failed."
An Output Files grid displays cards for each successfully converted JPG, showing:
- A thumbnail preview of the output JPG
- The output filename — same base name as the input with
.jpgextension (e.g.photo.tiff → photo.jpg) - Output file size (typically 5–50× smaller than the source TIFF)
- A per-file Download JPG button
Any files that failed to convert are marked with a red Error badge. Common causes include corrupted TIFF data or unsupported TIFF variants. The tool continues processing remaining files when one fails.
Step 7: Download Your JPGs
Individual download
Click the ⬇ Download JPG button on any output card to save that file. The filename is the same as the input with .jpg extension.
Bulk download (all JPGs)
If "Download as ZIP" was unchecked, click Download All JPGs. The browser triggers sequential downloads for each converted file with a brief delay between each to prevent browser throttling.
ZIP download
If "Download as ZIP" was checked, click Download ZIP. JSZip assembles all converted JPG blobs into a single ZIP archive and downloads it as one file. The archive includes all successfully converted files; any errors are excluded.
After downloading, the tool automatically resets — the file lists clear and the convert button becomes active for a new batch. To start over manually at any time, click Start Over.
Practical Tips
- Large TIFF files take longer. A 50 MP TIFF can take 5–15 seconds to decode and encode in the browser. This is normal — the progress bar will update as each file completes.
- Set quality before adding files. The quality setting applies to all files converted in the current batch. If you need different quality levels for different files, process them in separate batches.
- Check for transparent TIFFs. If your TIFF has a transparent background (e.g. a cutout product photo), converting to JPG will fill the transparent area with white. Convert to PNG if you need to preserve the alpha channel.
- 16-bit TIFFs convert correctly. The UTIF.js decoder handles 16-bit-per-channel TIFF files. The output JPG will be at 8-bit per channel, which is standard for JPG and correct for all use cases.
- Verify output file size. Compare the input TIFF size to the output JPG size in the card. A 40 MB TIFF at quality 92 typically yields a 2–5 MB JPG. If the JPG is unexpectedly large, try reducing the quality setting.
Troubleshooting
File shows "Error" status
This usually means the file is corrupted, uses an unusual TIFF compression variant, or is a multi-page TIFF where the first page could not be decoded. Try opening the file in a local image editor to confirm it is intact. If the file opens locally but fails here, it may use a TIFF variant not supported by the browser — CMYK TIFFs are the most common unsupported case.
Thumbnail does not appear
For very large TIFFs (over 100 MP), thumbnail generation may take a few seconds or may fail if the browser runs low on memory. Conversion will still proceed normally even without a thumbnail preview.
Output JPG looks different than expected
If the JPG appears washed out or has shifted colors, the source TIFF may use a non-standard color profile (such as CMYK or a wide-gamut profile). The browser decodes these to sRGB during canvas rendering. For color-critical work, use a professional tool like Photoshop to handle color profile conversion before exporting to JPG.
🚀 Convert TIFF to JPG now — free, browser-based, adjustable quality, no sign-up.
Open Tool →