Or try an example
Downloads an uncompressed RGB TIFF. Files are often larger than the JPG because TIFF here does not use JPEG compression inside the container.
Help Us Improve
—
(—)
Convert JPG to TIFF online
Convert JPG to TIFF online free. Turn JPEG photos into TIFF format in your browser — download .tiff, no signup.
What is a JPG to TIFF converter?
JPG to TIFF features
True TIFF download
Exports a real .tiff file (uncompressed RGB), not a renamed JPG.
JPG / JPEG upload
Accepts .jpg and .jpeg photos.
Live preview
Confirm the image before you download TIFF.
Private conversion
Pixels stay on your device; nothing is uploaded to process.
How to convert JPG to TIFF
Upload JPG
Drop a .jpg / .jpeg photo or pick an example.
Preview
Confirm the photo looks right.
Download TIFF
Save converted.tiff for print or archival workflows.
Tips for JPG → TIFF
- 01
Expect larger files
Uncompressed TIFF can be many times the JPG size.
- 02
Single page only
This tool does not build multi-page TIFF stacks.
- 03
No LZW / JPEG-in-TIFF
Output is Compression=1 (none) for maximum compatibility.
- 04
Need PNG instead?
Use JPG to PNG Converter for a lossless web format without TIFF.
JPG to TIFF tools compared
CloudConvert JPG to TIFF
Ranks for jpg to tiff queries. Cloud processing with free-tier limits and more codec options (LZW, JPEG compression inside TIFF).
Desktop image editors
Photoshop and Preview can Export/Save As TIFF. This page is faster for a one-off download.
This JPG to TIFF tool
Browser-only uncompressed RGB TIFF — no signup and no upload for processing.
Great for
Print / prepress handoff
Some shops still prefer .tiff assets.
Archival exports
Store an uncompressed raster alongside the JPG.
“JPG in TIFF” requests
Deliver a TIFF when a form rejects JPEG uploads.
Round-trip with /tiff-to-png
Open TIFFs as PNG when you need a web-friendly copy.
Why use this tool
100% free
No sign-ups, watermarks, or hidden limits.
Privacy first
Photos stay in your browser tab.
Real TIFF bytes
Baseline uncompressed RGB TIFF — not a fake extension rename.
No desktop app
Works in modern browsers without installing converters.
Technical details
- Conversion path
- JPEG decode → Canvas ImageData → uncompressed RGB TIFF (II, little-endian).
- Input
- .jpg / .jpeg up to 15 MB; longest edge capped at 8192 px.
- Output
- Single-strip RGB TIFF, 8 bits/sample, Compression=1, Photometric=RGB.
- Browser note
- Canvas cannot export image/tiff natively — encoding is done in JavaScript.
Sources & References
“JPEG is a commonly used method of lossy compression for digital images, particularly for those images produced by digital photography.”
JPEG image format: JPG/JPEG photos are decoded in the browser, then packed into an uncompressed RGB TIFF. en.wikipedia.org/wiki/JPEG
“Tag Image File Format, abbreviated TIFF or TIF, is an image file format for storing raster graphics images.”
TIFF: This converter writes a baseline little-endian TIFF with uncompressed RGB strips — a common “JPG to TIFF format” target. en.wikipedia.org/wiki/TIFF
“The Canvas API provides a means for drawing graphics via JavaScript and the HTML canvas element.”
Canvas API: JPEG is decoded to Canvas ImageData, then encoded to TIFF bytes locally — no upload. developer.mozilla.org/en-US/docs/Web/API/Canvas_API
“The ImageData interface represents the underlying pixel data of an area of a canvas element.”
ImageData: RGBA canvas pixels are written as RGB samples in a single TIFF strip. developer.mozilla.org/en-US/docs/Web/API/ImageData