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

PropertyTIFFJPG
CompressionLossless (or uncompressed)Lossy (DCT-based)
File sizeVery largeSmall — typically 5–20× smaller than TIFF
Quality lossNoneMinor at high quality settings (90%+)
Browser supportNot natively in browsersUniversal — every browser and device
TransparencyFull alpha channelNot supported — flattened to white
Best forPrint, archiving, professional editingPhotos, web images, email, social media
Re-encodingSafe — losslessAccumulates quality loss on each save

Frequently Asked Questions

What quality setting should I use?
The default of 92% is ideal for most photographic content — visually indistinguishable from lossless at normal viewing sizes while cutting file size dramatically. Use 85–90% for smaller files with minimal visible difference, or 95–100% when maximum fidelity is required. Avoid going below 80% for images that will be re-edited or re-exported later.
What happens to transparent areas in my TIFF?
JPEG does not support transparency. The tool composites transparent pixels onto a solid white background before encoding. If you need to preserve transparency, use the TIFF to PNG Crop tool instead, which supports a full alpha channel in the output.
How precise is the crop tool?
The crop operates at native pixel accuracy on the original TIFF dimensions. The canvas is scaled to fit your screen for display, but crop coordinates are mapped back to the full-resolution image before the JPG is generated.
Can I move the crop selection after setting it?
Yes — click and drag inside the crop rectangle (away from the handles) to reposition it anywhere within the image. Handles resize; the interior pans.
What browsers are supported?
All modern browsers — Chrome, Firefox, Edge, Safari (desktop and mobile). The tool uses standard HTML5 Canvas and Blob APIs that have been universally supported since 2015.
Is there a file size limit?
There is no server-imposed limit because no upload occurs. The practical limit is your browser's available RAM. TIFF files can be very large. Most modern desktops handle TIFFs up to 50 MP comfortably.