Why convert TIF to JPG?
TIF files are large - often tens of megabytes per scanned photo - because the format stores every pixel without compression. .JPG uses lossy compression that cuts file size by 80-95%, making images easy to email, post online, or store on a phone. The trade-off is that some image detail is permanently discarded, so JPG works best for photographs rather than text or line-art scans.
How to convert TIF to JPG
macOS Preview BUILT-IN
Open the .tif in Preview, choose File > Export, set Format to JPEG, and click Save.
IrfanView FREE
Open the .tif, go to File > Save As, choose JPEG, and adjust quality before saving; use File > Batch Conversion to process multiple files at once.
XnView MP FREE
Use File > Export for a single file or Tools > Batch Convert for whole folders; available on Windows, macOS, and Linux.
Command line - ImageMagick CLI
Run magick input.tif -quality 85 output.jpg to convert with a specific quality setting.
Programs that convert TIF
About these formats
A TIF (or TIFF) file is a Tagged Image File Format image, the standard for scanned documents, faxes, and archival photos. It opens without installing anything on Windows (Photos app) or…
Open .TIF details →A JPG (also .jpeg) is a compressed photo or image in the JPEG format, standardized in 1992. Every operating system opens it natively - double-click and Windows Photos, macOS Preview, or…
Open .JPG details →Quality & what to watch
- JPEG compression is lossy and irreversible - keep the original
.tifif you may need to re-export at higher quality later. - A multi-page
.tif(common with scanned documents and faxes) cannot be stored as a single.jpg; most tools export only the first page, so convert to PDF if you need all pages together. - 16-bit and CMYK TIF files are down-converted on export; the result is fine for screen use but the extra tonal or color data is permanently gone.
Frequently asked questions
Does converting TIF to JPG reduce image quality?
What happens to multi-page TIF files?
.jpg, or convert to PDF to keep all pages together.Can I convert a JPG back to TIF and recover quality?
.jpg as .tif, but quality lost during JPEG encoding cannot be recovered - the new TIF will not be sharper than the JPG.