# Convert TIFF to JPEG

Convert TIFF to JPEG right in your browser — free, private, nothing is uploaded. Small files for photos — set quality 1–100.

TIFF is the print-and-scan workhorse: a flexible, usually lossless container beloved by scanners, print shops and photo archives. Files are often huge and can even hold multiple pages, which makes them awkward to share.

JPEG is the default format for photographs — lossy compression tuned for natural images keeps files small, and support is universal. It has no alpha channel, so transparency is always flattened.

Converting TIFF to JPEG is almost always about size: JPEG's photo-tuned lossy compression produces far smaller files than TIFF for photographic content, and every app on earth opens the result.

## Run it

- **Web (JPEG preselected):** https://gizza.ai/tools/image-convert/?format=jpeg&quality=85
- **CLI:** `gizza tool image-convert 'url=https://example.com/input.tiff' 'format=jpeg' 'quality=85'`
- **Parent tool docs:** https://gizza.ai/tools/image-convert/index.md
