![]()
Click the upload button or drag and drop your JPG file. Upload up to 10 files for batch conversion or multi-page TIFF assembly.
TIFF is selected by default on this page. LZW compression is applied automatically for smaller file sizes.
Click Convert and download your TIFF file. For multiple files you get a multi-page TIFF or ZIP archive.
Universal format for photos. Supported everywhere, great balance between quality and file size.
Professional lossless format used in printing and photography.
Apple photo format used by iPhone and iPad. High quality with small file size.
High Efficiency Image Format โ same as HEIC, used on Apple devices.
Modern image format by Google. Up to 30% smaller than JPG with the same quality.
Lossless format that preserves every pixel. Best for screenshots and logos.
Classic format for simple animations. Supports transparency and up to 256 colors.
Uncompressed bitmap format. Maximum quality but very large file size.
Next-gen format with excellent compression. Up to 50% smaller than JPG.
Portable Pixmap format used in Unix/Linux environments.
High Dynamic Range format storing extended brightness data.
Flexible Image Transport System used in astronomy and science.
Portable Document Format. Convert PDF pages to JPG, PNG or WebP images.
Quick comparison to help you choose the right format
JPEG is a lossy format. It discards high-frequency detail during encoding, and that data is permanently gone. Converting to TIFF does not restore those discarded pixels. What it does is decode the JPEG into full RGB values and store them with no further lossy compression. The result is a much larger file of the same image. The value of JPG to TIFF is not quality improvement, it is quality preservation: once the image sits in an lossless TIFF, it can be cropped, color-corrected, rotated, and re-saved repeatedly without accumulating the generation loss that every JPG re-save adds. TIFF freezes the image at its current quality.
The main reasons to convert JPG to TIFF are re-editing and archival storage. A lossless TIFF can be opened, edited, and saved many times without the cumulative degradation that repeated JPG saving causes, which is why editing and preservation workflows favor TIFF over JPG. Libraries, museums, and archival systems often specify TIFF for long-term storage because it is a stable, widely documented format. One honest caveat about Convertify's output: it produces a standard RGB TIFF. It does not embed ICC color profiles, does not write specialized tags such as GeoTIFF coordinates, and does not produce CMYK or print-prepared files. If your workflow needs an embedded profile, CMYK, or specialized metadata, add those in a desktop editor after conversion. For web delivery this conversion makes no sense, since TIFF has zero browser support; for web-optimized output try JPG to WebP or JPG to AVIF instead.
Convertify writes the TIFF with lossless Deflate (ZIP) compression and a horizontal predictor, so the file is smaller than a fully uncompressed TIFF while staying pixel-for-pixel lossless. It will still be much larger than the source JPG, because lossless compression cannot match the ratios that JPG's lossy encoding achieves. As a rough guide, an 8-bit RGB image is on the order of width x height x 3 bytes before compression, and Deflate then trims that depending on content: flat graphics and text shrink a lot, busy photographic detail shrinks less. If you need an even smaller lossless file, PNG is often comparable since it also uses Deflate, but Convertify's TIFF is already compressed rather than raw.
Convertify keeps the source metadata by default. EXIF data such as camera model and capture settings, and any embedded ICC color profile, are carried into the TIFF output, because libvips preserves all metadata unless told otherwise and this conversion does not strip it. For color-critical print work this is useful, since the profile travels with the file. Two honest caveats: any EXIF GPS or device data in the original JPG is carried over too, so if you need a clean file you would remove it separately; and Convertify only preserves what the source already had, it does not add or convert a profile, so it will not turn an untagged image into a color-managed one.
The TIFF format can store several images in one file as a multi-page TIFF, but Convertify does not produce multi-page files. If you upload several JPGs, each one is converted to its own separate TIFF, and the results are returned as separate TIFF files, one per source image. There is no option to bundle multiple JPGs into a single multi-page TIFF here. If you need a true multi-page TIFF, for example for a multi-page document submission, use a dedicated desktop tool that supports page chaining; Convertify's batch output is always individual files.
TIFF as a format supports several compression schemes, including LZW, ZIP/Deflate, CCITT Group 4 for bilevel scans, and uncompressed. Convertify writes lossless Deflate, also called ZIP, with a horizontal predictor, which is a strong general-purpose choice: it is widely readable and noticeably smaller than uncompressed TIFF. There is not yet a setting to pick a different scheme such as LZW or no compression, so every TIFF comes out Deflate-compressed. If your downstream system specifically requires LZW or uncompressed TIFF, re-save the file in a desktop application after downloading.
The Rust backend uses libvips, decoding the JPEG with libjpeg-turbo into full 8-bit-per-channel RGB, then writing the TIFF with lossless Deflate compression and a horizontal predictor. Metadata is kept by default on save, so an embedded ICC profile and EXIF data are carried into the output. For multi-file uploads each JPG is written as its own separate TIFF, one per source image, rather than a single multi-page file. Processing streams server-side and files are removed after download.
TIFF, the Tagged Image File Format, was created by Stephen Carlsen at Aldus Corporation, with its first public release in 1986, developed with Microsoft to give early desktop-publishing scanners a common file format. Revision 4.0 in 1987 added uncompressed RGB, Revision 5.0 in 1988 added palette color and LZW, and TIFF 6.0, finalized in 1992, split the format into a Baseline part for maximum compatibility and an Extensions part for advanced features. Adobe acquired Aldus in 1994 and still administers the specification. That long, stable history is exactly why TIFF remains a standard choice for archival imaging, professional photography, and prepress, and why converting a JPG into TIFF is a reasonable step when a workflow specifically expects this format.
One thing that surprises many people is that web browsers do not display TIFF files natively, so double-clicking a .tif rarely opens it in a browser tab. On Windows, open it with the Photos app or the legacy Windows Photo Viewer. On macOS, Preview opens TIFF files and can also re-export them. Cross-platform viewers such as IrfanView, XnView, and GIMP open TIFF as well, and most professional imaging and document software reads it directly. The file Convertify produces is a standard single-image TIFF, so any of these tools will open it without special handling.