Step-by-step instructions
- 1
Method 1: macOS Preview (Mac)
Open the TIFF in Preview. Go to File → Export. Select JPEG from the Format dropdown. Set Quality (85-90% is ideal for photos). Click Save. Preview handles multi-page TIFF files and various TIFF subtypes (LZW, ZIP, uncompressed).
Go to converter - 2
Method 2: Windows Photos or Paint
Open the TIFF in Microsoft Photos (double-click). Click the three-dot menu → Save a copy → choose JPEG. Or open in Paint → File → Save As → JPEG Picture. For multi-page TIFF (which Paint and Photos don't support): use IrfanView (free) which handles multi-page TIFF and exports individual pages or all pages as JPGs.
- 3
Method 3: Browser converter
Go to formatdrop.com → Image Converter. Drop your TIFF file. Select JPG as output. Download. This works for standard single-layer TIFF files. Note: multi-layer TIFF (common in print production) may not be fully handled in the browser converter.
- 4
Method 4: GIMP (free, for complex TIFF files)
GIMP (gimp.org, free) opens virtually any TIFF variant: CMYK, multi-layer, high bit-depth, spot colour. Open TIFF → Image → Flatten Image (to merge layers). If CMYK: Image → Mode → RGB. File → Export As → choose JPEG → Export → set quality 85-95 → Export. GIMP handles edge cases that simpler tools can't.
- 5
Batch convert TIFF to JPG
For large batches: FFmpeg for images: ffmpeg -i input%d.tiff output%d.jpg. ImageMagick: magick mogrify -format jpg -quality 90 *.tiff. IrfanView Batch Conversion: File → Batch Conversion → select all TIFFs → output format JPG → Run.
Why convert TIFF to JPG?
TIFF (Tagged Image File Format) was designed for print production and professional photography — contexts where file size is irrelevant and quality is paramount. A 300 DPI TIFF for print is designed to look perfect when physically printed at high resolution. The web doesn't need 300 DPI or lossless compression — it needs small files that load fast. A 50MB TIFF converted to JPG is typically 1-5MB. For archiving masters: keep TIFF. For sharing, uploading, or displaying on screens: JPG.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
Do I lose quality converting TIFF to JPG?
Why are my TIFF files so large?
Can my browser display TIFF files?
No account. No upload. Works in any browser.