TIFF to JPG Crop Converter
Load a TIFF, drag the crop handles to define exactly the area you need, adjust quality, preview the result, then download a compact JPG. Everything runs in your browser — your image never leaves your device.
Drop a TIFF here
or Browse Files · TIFF / TIF supported
What This Tool Does
This tool loads a TIFF image directly in your browser, presents an interactive crop overlay with draggable handles, and converts the selected area to a JPG file. No server upload is required. The full workflow — loading, cropping, and JPEG encoding — runs entirely in client-side JavaScript using the HTML5 Canvas API. TIFF files are decoded using URL.createObjectURL combined with img.decode(), ensuring the canvas always receives complete pixel data before the crop overlay is drawn. A quality slider lets you balance file size against visual fidelity before downloading. Transparent areas in the source TIFF are composited onto a white background, as JPEG does not support an alpha channel.
Who This Is For
- Web developers who need a compact, web-ready JPG from a high-resolution TIFF source
- Photographers sharing a specific cropped region of a TIFF scan via email or social media
- Content creators preparing TIFF assets for blogs, presentations, or digital documents
- Anyone who needs to trim and convert a TIFF to JPG without installing Photoshop or GIMP
TIFF vs JPG: Format Comparison
| Property | TIFF | JPG |
|---|---|---|
| Compression | Lossless (or uncompressed) | Lossy (DCT-based) |
| File size | Very large | Small — typically 5–20× smaller than TIFF |
| Quality loss | None | Minor at high quality settings (90%+) |
| Browser support | Not natively in browsers | Universal — every browser and device |
| Transparency | Full alpha channel | Not supported — flattened to white |
| Best for | Print, archiving, professional editing | Photos, web images, email, social media |
| Re-encoding | Safe — lossless | Accumulates quality loss on each save |
